Releases: jsonh-org/Jsonh
Releases · jsonh-org/Jsonh
v2.1
27 Nov 15:06
Compare
Sorry, something went wrong.
No results found
Update website JsonhTs to v2.5
Used parseSingleElement in website
Fixed trailing comma in JSON example
v2.0
19 Nov 01:30
Compare
Sorry, something went wrong.
No results found
JSONH V2
Added verbatim strings (@a\b\c)
Added nestable block comments (/=* *=/)
v1.9
10 Sep 20:07
Compare
Sorry, something went wrong.
No results found
Added site with GitHub Pages to translate JSONH to JSON
Added JsonhTs parser implementation
Updated implementation badge styles
v1.8
05 Jun 16:47
Compare
Sorry, something went wrong.
No results found
Overhauled explanation of numbers, clarifying usage of dots and base specifiers
v1.7
31 May 01:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added JsonhCli implementation
Improved implementations table
v1.5
19 May 18:24
Compare
Sorry, something went wrong.
No results found
Clarified that hexadecimal numbers cannot have exponents
v1.4
02 May 23:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added icon
Added JsonhGdextension implementation
v1.2
17 Apr 01:49
Compare
Sorry, something went wrong.
No results found
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