Release 0.162.0
·
2823 commits
to master
since this release
Enhancements to jsonpointer
- The jsonpointer functions
get
,add
,add_if_absent
, andreplace
have an additonal overload with acreate_if_missing
parameter. If
passedtrue
, creates key-object pairs when object keys are missing.
Enhancements to jsonpath
- Improved syntax checking for JSONPath unions
- Simplified function signatures for
make_expression
,json_query
, andjson_replace
.
Changes:
- The jsonpointer function
insert
has been deprecated and renamed toadd_if_absent
,
for consistency with the other names.