Skip to content

Commit

Permalink
jsonpath::get
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed May 2, 2024
1 parent c639dc2 commit 073cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Change to jsonpath::get function
- The return value for `jsonpath::get` has been changed from a
pointer to the selected JSON value, or null if not found, to a
`std::pair<Json*,bool>`, where the bool component indicates
whether the value was found.
whether the get operation succeeded.

Change to new jsonschema classes and functions introduced in 0.174.0:

Expand Down

0 comments on commit 073cd04

Please sign in to comment.