resource / Front-End-Standards

Front-end development standards for Resource.
MIT License
23 stars 1 forks source link

JSON: Double quote direction is redundant #36

Closed Krxtopher closed 11 years ago

Krxtopher commented 11 years ago

https://github.com/LukeAskew/Front-End-Standards/blob/master/JavaScript/JSON.md#formatting

Under formatting the document recommends using double quotes. Since double quotes are already a requirement of the JSON spec documented at json.org I recommend that it be removed from our standards doc.

nicetransition commented 11 years ago

I see what you mean, but a lot of our front end devs may not use JSON as much as some of us and the standards doc should include some of the "basics"... but good point