Skip to content

Releases: gregjesl/simpleson

v1.1.0

26 Nov 22:07
861d518
Compare
Choose a tag to compare

v1.1.0 introduces json::reader, which is used for parsing different elements of JSON character-by-character.

v1.1.0 closes issue #23, which was an issue with how escaped characters were parsed.

v1.0.3

29 Jul 02:22
Compare
Choose a tag to compare

v1.0.3 fixes an issue with the way special characters are escaped (they weren't...). See issue #19 for more details.

v1.0.2

07 Jun 02:29
Compare
Choose a tag to compare

v1.0.1 fixed an issue with tryparse
v1.0.2 introduced is_string(), is_number(), is_object(), is_array(), and is_bool() methods to JSON entries (thanks to @scherepanov)

v1.0.0

18 Sep 15:20
Compare
Choose a tag to compare

Initial release