Opened 5 years ago
Closed 5 years ago
#13845 closed enhancement (fixed)
json-c-0.15
Reported by: | Bruce Dubbs | Owned by: | thomas |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
0.15 (up to commit 870965e, 2020/07/26) ========================================
Deprecated and removed features:
array_list_new()
in favor ofarray_list_new2()
New features
JSON_TOKENER_ALLOW_TRAILING_CHARS
flag to allow multiple objects to be parsed even whenJSON_TOKENER_STRICT
is set.json_object_new_array_ext(int)
andarray_list_new_2(int)
to allowjson_object_array_shrink()
(andarray_list_shrink()
) and use it inBuild changes
Significant changes and bug fixes
Other changes