tag:github.com,2008:https://github.com/Barenboim/json-parser/releases Release notes from json-parser 2025-03-09T09:19:30Z tag:github.com,2008:Repository/406865347/v1.2.4 2025-03-09T09:20:44Z json-parser v1.2.4 <h1>New Features</h1> <ul> <li>Add 'json_object_value_name()'.</li> <li>Use 'size_t' for JSON string's length. Capable of parsing strings longer than 2GB bytes.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.2.3 2024-05-24T12:49:32Z json-parser v1.2.3 <h1>New Features</h1> <ul> <li>Add json_value_copy().</li> <li>Support xmake.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.2.2 2024-04-26T15:16:01Z json-parser v1.2.2 <h1>Improvements.</h1> <ul> <li>Optimize speed.</li> <li>Make codes pretty.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.2.1 2023-12-18T16:59:31Z json-parser v1.2.1 <h1>Improvement</h1> <ul> <li>Optimize JSON number parsing.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.2.0 2023-10-29T09:30:28Z json-parser v1.2.0 <h1>Improvement</h1> <ul> <li>No more using 'strtod()'. Parse JSON number manually and make about 3 times speedup compared with 'strtod()'. Support parsing float point number with up to 1,000,000 decimal figures.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.1.2 2023-10-20T15:41:18Z json-parser v1.1.2 <h1>Bug Fix</h1> <ul> <li>Bug that accepts string like "-.1", "1." as a valid JSON number. JSON standard requires digits before and after decimal point.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.1.1 2023-01-04T08:54:27Z json-parser v1.1.1 <h1>Bug Fix</h1> <ul> <li>Fix parsing JSON object name bug.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.1.0 2022-12-21T14:43:24Z json-parser v1.1.0 <h1>New Features</h1> <ul> <li><a href="https://github.com/Barenboim/json-parser/commit/376cead48aa072be79e3bf1a3fb84bed59382a29">Add removing value functions.</a></li> <li><a href="https://github.com/Barenboim/json-parser/commit/e36319e0bdc85f3cd6d7b4c08737ebcf997a74ee">Add reverse iterator for JSON object and JSON array.</a></li> <li><a href="https://github.com/Barenboim/json-parser/commit/3e9a63e8cc6bedefd10c3b1de84a51a30018cb45">Add insert after/before functions.</a></li> </ul> <h1>Fix</h1> <ul> <li>Remove the use of 'strdup' to make it standard C.</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.0.1 2022-11-10T11:30:47Z json-parser v1.0.1 <h1>New Feature</h1> <ul> <li>json_object_t or json_array_t always has a same address with it's json_value_t</li> </ul> Barenboim tag:github.com,2008:Repository/406865347/v1.0.0 2022-04-30T08:47:22Z json-parser v1.0.0 <h1>Features</h1> <ul> <li>Parse JSON</li> <li>Build JSON values</li> </ul> Barenboim