Perhaps allow a strict SJSON check or allow JSON key/value pair parsing, most parsers do so such as https://bitbucket.org/Anteru/sjson/overview Basically in SJSON keys are of the form: `key = value` and in JSON `key : value`
Perhaps allow a strict SJSON check or allow JSON key/value pair parsing, most parsers do so such as https://bitbucket.org/Anteru/sjson/overview
Basically in SJSON keys are of the form:
key = valueand in JSONkey : value