https://issues.dlang.org/show_bug.cgi?id=15303
Marco Leise <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Marco Leise <[email protected]> --- JSON5 is still a proposal, which means to me: subject to change and I would prefer that std.json does not silently accept it. Also the remark that "JSON5 content may not work with existing JSON parsers" is humoristic considering the proposed changes. Then there is this parallel proposal referenced on the json5 homepage: http://bolinfest.com/essays/json.html It differs in what characters are allowed in unquoted field names and adds less features. My opinion is that anyone who wants this in Phobos should make it an opt-in extension. Both because people might depend on std.json's current validation and because the format is not well established yet. --
