Update article.md
Sensible re-ordering of words.
This commit is contained in:
parent
0873473402
commit
8489afd7c6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ alert(json);
|
||||||
|
|
||||||
The method `JSON.stringify(student)` takes the object and converts it into a string.
|
The method `JSON.stringify(student)` takes the object and converts it into a string.
|
||||||
|
|
||||||
The resulting `json` string is a called *JSON-encoded* or *serialized* or *stringified* or *marshalled* object. We are ready to send it over the wire or put into a plain data store.
|
The resulting `json` string is called a *JSON-encoded* or *serialized* or *stringified* or *marshalled* object. We are ready to send it over the wire or put into a plain data store.
|
||||||
|
|
||||||
|
|
||||||
Please note that a JSON-encoded object has several important differences from the object literal:
|
Please note that a JSON-encoded object has several important differences from the object literal:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue