This commit is contained in:
Douglas Mariano Valero 2019-09-01 01:06:11 -03:00 committed by GitHub
parent 43c66e5446
commit 7556bda13a
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