Release 0.172.0
danielaparker
released this
26 Nov 18:52
·
1181 commits
to master
since this release
Defect fixes:
- Fixed issue #469 affecting JSMESPath expressions with terminating CR
Enhancements to jsonpath
-
Added
result_option
sort_descending
. -
Added new classes
basic_json_location
,basic_path_element
, andbasic_path_node
. -
Added a new function
get
for selecting a single JSON value from a JSON document at
a location represented by ajson_location
. -
Added a new function
remove
for removing a single JSON value from a JSON document at a
location represented by ajson_location
. -
Added member function
select
tojsonpath_expression
. -
Added member function
select_paths
tojsonpath_expression
. -
Added member function
update
tojsonpath_expression
, to support
update-in-place for compiled JSONPath expressions.
Enhancements to jsonpointer:
-
Added free functions
to_string
andto_wstring
. -
Added
append
function tobasic_json_pointer
.