Hi Rich, > Here is a pseudo sample of data, what and where would the escape characters show up?
*Bob went to the \"store\" but his wife Betty thought he was at \"home\".* The only visible characters you escape in a JSON string are: *"* quotation mark */* forward slash *\* backslash Each of these is escaped by prefixing a backslash (*\*). So an escaped backslash is written as two consecutive backslashes. Also useful to know about is *\n* which represents a linefeed within a string, and *\t* which represents a tab. Try experimenting at a site like http://bernhardhaeussner.de/odd/json-escape/ – æ -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
