tag:github.com,2008:https://github.com/Barenboim/json-parser/releasesRelease notes from json-parser2025-03-09T09:19:30Ztag:github.com,2008:Repository/406865347/v1.2.42025-03-09T09:20:44Zjson-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>Barenboimtag:github.com,2008:Repository/406865347/v1.2.32024-05-24T12:49:32Zjson-parser v1.2.3<h1>New Features</h1>
<ul>
<li>Add json_value_copy().</li>
<li>Support xmake.</li>
</ul>Barenboimtag:github.com,2008:Repository/406865347/v1.2.22024-04-26T15:16:01Zjson-parser v1.2.2<h1>Improvements.</h1>
<ul>
<li>Optimize speed.</li>
<li>Make codes pretty.</li>
</ul>Barenboimtag:github.com,2008:Repository/406865347/v1.2.12023-12-18T16:59:31Zjson-parser v1.2.1<h1>Improvement</h1>
<ul>
<li>Optimize JSON number parsing.</li>
</ul>Barenboimtag:github.com,2008:Repository/406865347/v1.2.02023-10-29T09:30:28Zjson-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>Barenboimtag:github.com,2008:Repository/406865347/v1.1.22023-10-20T15:41:18Zjson-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>Barenboimtag:github.com,2008:Repository/406865347/v1.1.12023-01-04T08:54:27Zjson-parser v1.1.1<h1>Bug Fix</h1>
<ul>
<li>Fix parsing JSON object name bug.</li>
</ul>Barenboimtag:github.com,2008:Repository/406865347/v1.1.02022-12-21T14:43:24Zjson-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>Barenboimtag:github.com,2008:Repository/406865347/v1.0.12022-11-10T11:30:47Zjson-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>Barenboimtag:github.com,2008:Repository/406865347/v1.0.02022-04-30T08:47:22Zjson-parser v1.0.0<h1>Features</h1>
<ul>
<li>Parse JSON</li>
<li>Build JSON values</li>
</ul>Barenboim