Release 0.119.0
Name change:
- The name
json_staj_reader
has 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 returnstrue
if string value is tagged withbig_integer
or
big_decimal
, or if array value is tagged withbig_float
. -
json
as_string()
function now converts arrays tagged withbig_float
to decimal strings -
json
as_double()
function now converts arrays tagged withbig_float
to double values
Name change: -
The name
json_staj_reader
has 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 returnstrue
if string value is tagged withbig_integer
or
big_decimal
, or if array value is tagged withbig_float
. -
json
as_string()
function now converts arrays tagged withbig_float
to decimal strings -
json
as_double()
function now converts arrays tagged withbig_float
to double values