The json parser at json.org parses non quoted keys just fine, since it uses eval().
{1:"bar"} would obviously create a property "1", and {::"bar"} would obviously not be valid.
The json parser at json.org parses non quoted keys just fine, since it uses eval().
{1:"bar"} would obviously create a property "1", and {::"bar"} would obviously not be valid.