Archive for JSON

You are browsing the archives of JSON.

JSON Presentation at OSS Barcamp

I got finally mail from slideshare today. I activated my account few minutes before and I am excited to share my JSON presentation (planned for OssBarCampMumbai) on watblog here.
 

JSON(Java Script Object Notation):{mode Now}

After last post We will start with example here
UPDATE : visit link password: watblog for working example(you need to edit the page;copy the code and test in your browser as HTML page)
XML format: {replace ‘[' with '<' and ']‘ with ‘>’}
[widget> [debug>on[/debug] [window title="Sample Konfabulator Widget"] [...]

JSON(Java Script Object Notation) :{mode flashback }

In my last post I discussed some problems with xmls from the perspective of developer.Lets discuss what is JSON? It is JavaScript Object Notation a minimal,textual format-a subset of JavaScript Okay that was tehnical definition ;). This is going to be lengthy post; may be I will break in two parts.
I will discuss it [...]