Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I want to know JSON , how we can use it in our application

please provide me some examples.

Thanks in advance
Posted
Comments
senguptaamlan 21-Mar-11 9:39am    
why don't you use google ???

Have you already visited http://www.json.org/[^] and looked through http://www.json.org/example.html[^].

CP also has lots of articles about JSON or using it: http://www.codeproject.com/info/search.aspx?artkw=json&sbo=kw&usfc=false[^].

I believe that looking quickly through the articles you'll get good examples how/where to use JSON.
 
Share this answer
 
You can see JSON as the JavaScript way of serializing objects. In JavaScript, JSON is the easy way of communicating.

When you want a certain webpage to communcate with the server (without postbacks or that kind of stuff), you're going to use JavaScript. You may want to use JSON as a 'language' to setup that communication.

Eduard
 
Share this answer
 
The Question in not completely incorrect, but can be greatly improved. Instead of asking about JSON, you could better ask:
"What are Wikipedia, Google, CodeProject and StackOverflow.com?"
If you asked and got good Answers, the Questions like your original one would not be needed!

—SA
 
Share this answer
 
Comments
walterhevedeich 21-Mar-11 18:21pm    
Another cruel, but effective answer. High 5 from me. :)
Sergey Alexandrovich Kryukov 21-Mar-11 19:41pm    
Thank you very much.
"Cruel" is a big exaggeration; it's a normal friendly useful advice given in a frank way.
Reading/searching is much more effective compared to asking questions likes that.
If OP is able to understand things, she or he will not take it as an offense, otherwise any advices would be useless.
--SA
raju melveetilpurayil 21-Mar-11 21:54pm    
keep it up.. my 5
Sergey Alexandrovich Kryukov 21-Mar-11 22:10pm    
Thank you.
--SA
Hi. Also visit JSON .NET[^]. Very useful library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900