Skip to content

Releases: jsonh-org/Jsonh

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

v1.5

19 May 18:24

Choose a tag to compare

  • Clarified that hexadecimal numbers cannot have exponents

v1.4

02 May 23:08

Choose a tag to compare

  • Clarified that leading/trailing whitespace is always stripped in quoteless strings, even if escaped
  • Added JSONH-chan!
  • Minor icon improvement

v1.3

18 Apr 18:17

Choose a tag to compare

  • Added icon
  • Added JsonhGdextension implementation

v1.2

17 Apr 01:49

Choose a tag to compare

  • Clarified ambiguity with whitespace in multi-quoted strings (& added implementation tip)
  • Clarified unicode requirements for implementations (& implementations now must support unicode whitespace/newlines)
  • Added JsonhCpp implementation