one "problem" about JSON, it only accept Unicode, be carefull when using latin1 + utf8 + json

http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf

"2 Conformance Conforming
JSON text is a sequence of Unicode code points that strictly conforms to the JSON grammar"