Typo
This commit is contained in:
parent
43c66e5446
commit
7556bda13a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue