Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to parse/use this JSON in Javascript
- {
- "Rows":
- [
- {
- "New":1,
- "CachedNumberType":0,
- "Date":1327479615921,
- "Type":2,
- "Number":"123456",
- "Duration":1
- }
- ]
- }
- var jsonObj = JSON.parse(jsonString);
- var obj = jQuery.parseJSON(json);
Advertisement
Add Comment
Please, Sign In to add comment