Skip to content

8.1.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 22 Jun 03:40
· 192 commits to master since this release

See also

Summary

  • Added a json_file = string assignment operator.
  • Added optional "default" argument to json_get_*_by_path routines.
  • Added support for multiple comment characters. The default is now to recognize any of #!/ as comment lines.
  • Added recursive attribute to json_get_array.
  • Updated readme to document the cmake build instructions.
  • Fixed bug in json_get_path. 🐞