JSON value getters with intrinsic-character key
With this release, each of the specific type-bound procedures that can be invoked through the json_get_value generic binding now has an alternative implementation that accepts a JSON key value as an intrinsic character argument that the implementation passes as an argument to a string_t constructor and uses the result to invoke the corresponding original JSON value getter.
What's Changed
- chore(test_result_t): make components private by @rouson in #1
- Eliminate NAG compiler warnings by @rouson in #2
- Merge sourceryinstitute fork into berkeleylab fork by @rouson in #3
- chore(read_lines): safer variable scoping by @rouson in #4
- Add file_t constructor & make some type-bound procedures elemental by @rouson in #5
- Add installable target to fpm toml file by @ktras in #6
- Update license by @ktras in #7
- Add copyright notice to license by @ktras in #8
- Trims and character keys by @rouson in #9
New Contributors
Full Changelog: https://github.com/BerkeleyLab/julienne/commits/1.1.0