You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or [Download v8.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/8.1.0)
47
+
48
+
**Enhancements:**
49
+
50
+
- Added a `json_file = string` assignment operator [\#463](https://github.com/jacobwilliams/json-fortran/issues/463)[\#464](https://github.com/jacobwilliams/json-fortran/pull/464)[\#465](https://github.com/jacobwilliams/json-fortran/pull/465) ([jacobwilliams](https://github.com/jacobwilliams))
51
+
- Added support for multiple comment characters. The default is now to recognize any of `#!/` as comment lines. [\#456](https://github.com/jacobwilliams/json-fortran/issues/456)[\#461](https://github.com/jacobwilliams/json-fortran/pull/461) ([jacobwilliams](https://github.com/jacobwilliams))
52
+
- Added `recursive` attribute to `json_get_array`[\#291](https://github.com/jacobwilliams/json-fortran/issues/291)[\#453](https://github.com/jacobwilliams/json-fortran/pull/453) ([jacobwilliams](https://github.com/jacobwilliams))
53
+
- Added optional "default" argument to `json_get_*_by_path` routines [\#208](https://github.com/jacobwilliams/json-fortran/issues/208)[\#462](https://github.com/jacobwilliams/json-fortran/pull/462) ([jacobwilliams](https://github.com/jacobwilliams))
54
+
- Updated readme to document the cmake build instructions [\#455](https://github.com/jacobwilliams/json-fortran/issues/455) ([jacobwilliams](https://github.com/jacobwilliams))
55
+
56
+
**Bug fixes:**
57
+
58
+
- Fixed bug in `json_get_path`[\#452](https://github.com/jacobwilliams/json-fortran/issues/452)[\#454](https://github.com/jacobwilliams/json-fortran/pull/454) ([jacobwilliams](https://github.com/jacobwilliams))
0 commit comments