Skip to content

Releases: jsonh-org/Jsonh

v2.5

24 Jan 03:43

Choose a tag to compare

Updated website JsonhTs to v2.7

v2.4

24 Jan 03:23

Choose a tag to compare

  • Updated website JsonhTs to v2.6
  • Updated implementations table

v2.3

11 Jan 20:07

Choose a tag to compare

  • Added JsonhVersion dropdown to website

v2.2

31 Dec 04:32

Choose a tag to compare

  • Added JsonhPy parser

v2.1

27 Nov 15:06

Choose a tag to compare

  • Update website JsonhTs to v2.5
  • Used parseSingleElement in website
  • Fixed trailing comma in JSON example

v2.0

19 Nov 01:30

Choose a tag to compare

JSONH V2

  • Added verbatim strings (@a\b\c)
  • Added nestable block comments (/=* *=/)

v1.9

10 Sep 20:07

Choose a tag to compare

  • Added site with GitHub Pages to translate JSONH to JSON
  • Added JsonhTs parser implementation
  • Updated implementation badge styles

v1.8

05 Jun 16:47

Choose a tag to compare

  • Overhauled explanation of numbers, clarifying usage of dots and base specifiers

v1.7

31 May 01:06

Choose a tag to compare

  • Clarified that repeated underscores in numbers are allowed (e.g. 100__000)
  • Specified that exponents are allowed in hexadecimal numbers if they are followed by a sign (e.g. 0x5e+3)

v1.6

24 May 01:52

Choose a tag to compare

  • Added JsonhCli implementation
  • Improved implementations table