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*

2
  • I would never assume the format will never change. The JSON structure may never change, but the formatting may. At lease prepare for white spaces between tokens which are totally legal in JSON. Commented Oct 21, 2012 at 15:11
  • What I mean by that is that my entire app is based around parsing that string. That means if the other end should introduce changes, I need to adjust my code regardless. I want to say that there won't be variance between subsequent queries. Commented Oct 21, 2012 at 20:03