Skip to content

Double-precision JSON value getters

Choose a tag to compare

@rouson rouson released this 01 Sep 06:47
· 633 commits to main since this release
f8a4393

When a JSON line contains a string with a key and corresponding real value such as

"some-key" : 1.234

and when the get_json_value's mold argument is a double-precision scalar value, the result is now a double-precision real value.

What's Changed

  • Merge sourceryinstitute main into berkeleylab main by @rouson in #11
  • Merge sourceryinstitute fork main into berkeleylab fork main by @rouson in #12

Full Changelog: 1.1.1...1.2.0