JSON Cheat Sheet: by Via
JSON Cheat Sheet: by Via
{ "city" : "Los Angeles", "type" : "Branch", (1) see "String characters" box for details on allowed characters and
key: 2 } coding
]
} String character
\/ slash
Values
\b backspace
"string" see "Strings" box for details
\f formfeed
1234 integer number
\n newlinw
1234.5678 floating point number
\r carriage return
1.234e-3 floating point with exponent(1)
\t horizontal tab
true boolean "True"
\uXXXX where XXXX is the 4 digit hexadecimal unicode code
false boolean "False" for the character
null denoting "empy"
Object
{} empty object