03-16-2021 06:15 PM - edited 03-16-2021 06:17 PM
This is a beta version of JSONtext (1.5.0).
Provided for testing; not for production code.
Contains:
03-16-2021 06:33 PM - edited 03-21-2021 12:53 PM
Forgot to include an example for Comments and Comma handling, but JSONtext can now deal with:
// Supports Comments
{
"a":1 // like this
"b":2 /*or this style of
multiline comment*/
"c": 3 /*oh, and notice I'm forgetting some commas A new line will serve as a comma, similar to HJSON*/
"d":4, // except I've foolishly left a trailing one at the end
}
03-21-2021 12:45 PM
1.5.1 with bug fixes (still beta, not for production code):
03-23-2021 10:11 AM
04-01-2021 03:10 AM
1.5.3 as submitted to Tools Network
04-08-2021 11:17 AM
1.5.4 (minor documentation additions and one fixed example) now available on the Tools Network and VIPM.