commit
e4d8547836
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Luckily, there's no need to write the code to handle all this. The task has been
|
||||||
|
|
||||||
## JSON.stringify
|
## JSON.stringify
|
||||||
|
|
||||||
The [JSON](http://en.wikipedia.org/wiki/JSON) (JavaScript Object Notation) is a general format to represent values and objects. It is described as in [RFC 4627](https://tools.ietf.org/html/rfc4627) standard. Initially it was made for JavaScript, but many other languages have libraries to handle it as well. So it's easy to use JSON for data exchange when the client uses JavaScript and the server is written on Ruby/PHP/Java/Whatever.
|
The [JSON](https://en.wikipedia.org/wiki/JSON) (JavaScript Object Notation) is a general format to represent values and objects. It is described as in [RFC 4627](https://tools.ietf.org/html/rfc4627) standard. Initially it was made for JavaScript, but many other languages have libraries to handle it as well. So it's easy to use JSON for data exchange when the client uses JavaScript and the server is written on Ruby/PHP/Java/Whatever.
|
||||||
|
|
||||||
JavaScript provides methods:
|
JavaScript provides methods:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue