Releases: gregjesl/simpleson
Releases · gregjesl/simpleson
v1.1.0
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
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
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)