Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • quote() produces a String correctly formatted for insertion in a JSON text. Read doc here: json.org/javadoc/org/json/… Commented Mar 21, 2015 at 13:16
  • @Joiner: This is another way to send jsonString. Commented Mar 21, 2015 at 13:17
  • Then change quote() to JSONObject.quote(String) and link the JavaDoc. Commented Mar 21, 2015 at 13:23
  • @Joiner: Indeed, oops. Commented Mar 21, 2015 at 13:28