tags:

views:

50

answers:

1

Hi,everyone,

I want to ask a question about the JSON. I am the green of the Ajax and I want to learn some JSON. Can anyone provide some links or reference to me? Thank you very much.

+1  A: 

There are a ton of resources available at the tip of the Google Search button ;) I can highly recommend this tool for helping visualize and parse JSON data. JSONP Tester

This is a pretty good tutorial on AJAX and JSON too. Ajax Tutorial

jon3laze