Merge pull request #1028 from dhx-mike-palandra/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-05-31 09:29:34 +03:00 committed by GitHub
commit 267cf94c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ alert(json);
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: