Guest User

Untitled

a guest
May 5th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. How to parse/use this JSON in Javascript
  2. {
  3. "Rows":
  4. [
  5. {
  6. "New":1,
  7. "CachedNumberType":0,
  8. "Date":1327479615921,
  9. "Type":2,
  10. "Number":"123456",
  11. "Duration":1
  12. }
  13. ]
  14. }
  15.  
  16. var jsonObj = JSON.parse(jsonString);
  17.  
  18. var obj = jQuery.parseJSON(json);
Advertisement
Add Comment
Please, Sign In to add comment