Tag Archive | "JSON"

Navigating a JSON object in Javascript

Friday, June 26, 2009

0 Comments

The Scenario: You are working with a web service that returns JSON. You’ve used your javascript library to convert the string into a JSON object. Now you need to access the data in the object using javascript. Here are some examples: JSON Property Types The properties of a JSON object are going to be of [...]

Continue reading...

View, Browse, and Edit JSON Objects Visually

Saturday, June 20, 2009

0 Comments

Here are some helper applications that let you view, browse and edit JSON objects. When I am first working with a web service that returns JSON, I like a quick overview of what it includes. Having a navigable treeview helps find the properties that you need and get them quickly integrated into your code. Here [...]

Continue reading...