-
Fixed bugs:
- Git Issue #453: jsonpath length function with recursive select argument gives wrong result
-
Implemented new features:
-
Git issue #556: Support nested JSON to CSV. Add
flat
,column_mapping
, andmax_nesting_depth
options tobasic_csv_options
-
Git issue #585: Add
raw_tag()
accessor tobasic_cbor_cursor
. Add functionsbegin_object_with_tag
,
begin_array_with_tag
,uint64_value_with_tag
etc. tobasic_cbor_encoder
to support encoding values with
raw CBOR tags. -
Git issue #574: Support custom JSON Schema error messages with
errorMessage
keyword. Add
enable_custom_error_message
option toevaluation_options
.
-