Wednesday, January 1, 2014

Json


JSON Escape Special Characters

Use \' for you quotation into your text.

See this list of special character used in JSON :
[REF] how-to-escape-special-characters-in-building-a-json-string
\b  Backspace (ascii code 08)
\f  Form feed (ascii code 0C)
\n  New line
\r  Carriage return
\t  Tab
\v  Vertical tab
\'  Apostrophe or single quote
\"  Double quote
\\  Backslash character

JSONP
 There is another way to make cross domain call
Tools:
  • JSON Viewer by Eyal Post