Release 0.119.0
Name change:
- The name
json_staj_readerhas been deprecated and renamed tojson_pull_reader
Bug fix:
- Fixed a bug in json function
empty()when type isbyte_string. - Fixed a bug with preserving semantic_tag_type when copying json values of long string type.
Changes:
-
Removed deprecated feature
cbor_view -
CBOR decimal fraction and bigfloat string formatting now consistent with double string formatting
Enhancements:
-
json
to_string()andto_double()now work with CBOR bigfloat -
JSONPath operators in filter expressions now work with
big_integer,big_decimal, andbig_float
tagged json values -
json
is_number()function now returnstrueif string value is tagged withbig_integeror
big_decimal, or if array value is tagged withbig_float. -
json
as_string()function now converts arrays tagged withbig_floatto decimal strings -
json
as_double()function now converts arrays tagged withbig_floatto double values
Name change: -
The name
json_staj_readerhas been deprecated and renamed tojson_pull_reader
Bug fix:
- Fixed a bug in json function
empty()when type isbyte_string. - Fixed a bug with preserving semantic_tag_type when copying json values of long string type.
Changes:
-
Removed deprecated feature
cbor_view -
CBOR decimal fraction and bigfloat string formatting now consistent with double string formatting
Enhancements:
-
json
to_string()andto_double()now work with CBOR bigfloat -
JSONPath operators in filter expressions now work with
big_integer,big_decimal, andbig_float
tagged json values -
json
is_number()function now returnstrueif string value is tagged withbig_integeror
big_decimal, or if array value is tagged withbig_float. -
json
as_string()function now converts arrays tagged withbig_floatto decimal strings -
json
as_double()function now converts arrays tagged withbig_floatto double values