i often see two different json styles to have names:

{ key : "value" }

vs

{ "key" :"value" }


looking at official sites only option 2 is correct syntax, never the less
most of the tools do also handle option 1 and don't moan about the syntax.

what you say, does it in practice not matter which option you choose?

generally i favor option 1 because it is not polluted with the "". i wonder
why this syntax wasn't official from the start....

thanks 

-----
manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de
-- 
View this message in context: 
http://www.nabble.com/json-syntax-question-%28ticket-vs-unticked-names%29-tp23441608s27240p23441608.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to