Skip to content

Releases: jsonh-org/JsonhPy

v2.4

06 Mar 21:48

Choose a tag to compare

  • Added JsonhReader.parse_json

v2.3

19 Feb 23:40

Choose a tag to compare

  • Improved parsing of numbers
  • Various consistency changes
  • Fixed parsing fractional hexadecimal numbers

v2.2

08 Feb 18:02

Choose a tag to compare

  • Fixed incorrect error messages
  • Fixed README example
  • Fixed package not correctly submitted (v2.1)

v2.0

29 Jan 16:21

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • Initial release