JSON
-
May i know what is JSON? and why we go for JSON...I am working in Asp.net, whether it is related to? Thanks in advance.
Ramkumar
-
May i know what is JSON? and why we go for JSON...I am working in Asp.net, whether it is related to? Thanks in advance.
Ramkumar
getramonweb wrote:
May i know what is JSON?
JavaScript Object Notation
getramonweb wrote:
and why we go for JSON
Because it is easy to use in JavaScript
*Developer Day Scotland - Free community conference Delegate Registration Open
-
May i know what is JSON? and why we go for JSON...I am working in Asp.net, whether it is related to? Thanks in advance.
Ramkumar
JSON is an acronym to JavaScript Object Notation. It is a lightweight data-interchange format. Can be used as an alternative to XML. In asp.net, you can use JSON as a data-interchanger format with AJAX using DataContractJsonSerializer.