rauschma / exploring-js

20 stars 0 forks source link

Chapter: Creating and parsing JSON (`JSON`) #39

Open rauschma opened 5 years ago

AndiPersti commented 3 years ago

45.3.2 JSON.parse(text, reviver?):

... it is explained §45.4 “Customizing stringification and parsing”.

"in" is missing before the link:

... it is explained in §45.4 “Customizing stringification and parsing”.

rauschma commented 2 years ago

@AndiPersti Thanks! Fixed in next release.

PavelNikoltsev commented 1 year ago

45.4.1 .stringfy(): specifying which properties of objects to stringify A typo in the name of the method