Example: Is the following code valid against the JSON Spec?
{ precision: \"zip\" }
Or should I always use the following syntax? (And if
Yes, you need quotation marks. This is to make it simpler and to avoid having to have another escape method for javascript reserved keywords, ie {for:"foo"}.
{for:"foo"}