Skip to content

Releases: Barenboim/json-parser

json-parser v1.2.3

24 May 12:49
d91e1f0
Compare
Choose a tag to compare

New Features

  • Add json_value_copy().
  • Support xmake.

json-parser v1.2.2

26 Apr 15:16
cb987aa
Compare
Choose a tag to compare

Improvements.

  • Optimize speed.
  • Make codes pretty.

json-parser v1.2.1

18 Dec 16:59
Compare
Choose a tag to compare

Improvement

  • Optimize JSON number parsing.

json-parser v1.2.0

29 Oct 09:13
Compare
Choose a tag to compare

Improvement

  • 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.

json-parser v1.1.2

20 Oct 15:40
Compare
Choose a tag to compare

Bug Fix

  • Bug that accepts string like "-.1", "1." as a valid JSON number. JSON standard requires digits before and after decimal point.

json-parser v1.1.1

04 Jan 08:54
Compare
Choose a tag to compare

Bug Fix

  • Fix parsing JSON object name bug.

json-parser v1.1.0

21 Dec 14:43
Compare
Choose a tag to compare

json-parser v1.0.1

10 Nov 11:30
Compare
Choose a tag to compare

New Feature

  • json_object_t or json_array_t always has a same address with it's json_value_t

json-parser v1.0.0

30 Apr 08:47
Compare
Choose a tag to compare

Features

  • Parse JSON
  • Build JSON values