Merge pull request #1302 from DouglasMV/master

Fixed a typo
This commit is contained in:
Ilya Kantor 2019-09-01 11:37:16 +03:00 committed by GitHub
commit 3d797b2ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,7 +393,7 @@ alert( JSON.stringify(meetup) );
*/
```
As we can see, `toJSON` is used both for the direct call `JSON.stringify(room)` and when `room` is nested is another encoded object.
As we can see, `toJSON` is used both for the direct call `JSON.stringify(room)` and when `room` is nested in another encoded object.
## JSON.parse