Update article.md
This commit is contained in:
parent
7a51c05ded
commit
fa73067b0b
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ It looks like this:
|
||||||
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
|
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
|
||||||
```
|
```
|
||||||
|
|
||||||
...And now we reed to *deserialize* it, to turn back into JavaScript object.
|
...And now we need to *deserialize* it, to turn back into JavaScript object.
|
||||||
|
|
||||||
Let's do it by calling `JSON.parse`:
|
Let's do it by calling `JSON.parse`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue