Before we implement SDL package format for DUB
ketmar via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 26 03:00:18 PDT 2014
On Tue, 26 Aug 2014 09:32:09 +0000
eles via Digitalmars-d <digitalmars-d at puremagic.com> wrote:
> Are the drawbacks of JSON so big? Why to move away from it
i don't know too. i think that it's enough to add three features to
current json parser to be happy:
1. comments, both '//' and '/* */.
2. unquoted field names.
3. ignoring trailing commas.
ah, optional 4th feature: allow omiting highest-level curly brackets.
this additions will not break any existing json definitions, but allow
us to use some human-friendly features.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140826/653c6091/attachment.sig>
More information about the Digitalmars-d
mailing list