Hi
i m just starting learning jquery,javascript ajax and json..
1-can i import my data from mysql and use it in json the data is nearly 3000 records and it is growing..
2-if i want to add a new record into my json file how i can do this
please can you show me good sites for building app with json and jquery ..or some examples
thx

1) Yes you can import data from mysql and use it in json format.
2) For your 2ns problem,this might solve your issue http://stackoverflow.com/questions/7497980/i-want-to-add-jsonobject-in-jsonarray-and-that-jsonaraay-included-in-other-jsoob

There a lot of sites for json jquery .Take a look at
1) http://api.jquery.com/jQuery.getJSON/
2) http://api.jquery.com/jQuery.parseJSON/

Take a look at http://api.jquery.com/ and read the jquery api documentation.It contains method description with example.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.