8.1.0
See also
- The full Changelog.
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 tojson_get_array
. - Updated readme to document the cmake build instructions.
- Fixed bug in
json_get_path
. 🐞