Releases: jsonh-org/JsonhPy
Releases · jsonh-org/JsonhPy
v2.4
06 Mar 21:48
Compare
Sorry, something went wrong.
No results found
Added JsonhReader.parse_json
v2.3
19 Feb 23:40
Compare
Sorry, something went wrong.
No results found
Improved parsing of numbers
Various consistency changes
Fixed parsing fractional hexadecimal numbers
v2.2
08 Feb 18:02
Compare
Sorry, something went wrong.
No results found
Fixed incorrect error messages
Fixed README example
Fixed package not correctly submitted (v2.1)
v2.0
29 Jan 16:21
Compare
Sorry, something went wrong.
No results found
Added max_depth option (defaults to 64) and depth property, primarily to combat DOS attacks (minor breaking change)
Fixed underscore after leading zero in number disallowed (e.g. 0_0)
Fixed underscore beside dot in number allowed (e.g. 0_.0, 0._0)
Rearranged options in JsonhReaderOptions
v1.5
24 Jan 04:31
Compare
Sorry, something went wrong.
No results found
Fixed leading zeroes in fraction (e.g. 0.04) being parsed incorrectly
Fixed error if first property name is non-string in braceless root object
Optimized braceless object check allocations
v1.4
31 Dec 04:23
Compare
Sorry, something went wrong.
No results found