Tagged articles
2 articles
Page 1 of 1
Programmer DD
Programmer DD
Jun 25, 2022 · Frontend Development

How a Misused JSON.stringify Almost Cost a Bonus – Lessons Learned

A real‑world story shows how a developer’s incorrect use of JSON.stringify caused a missing form field, broke a page, and nearly cost a year‑end bonus, followed by a detailed explanation of JSON.stringify’s quirks and a robust fix to prevent the issue.

JSONJSON.stringifyJavaScript
0 likes · 11 min read
How a Misused JSON.stringify Almost Cost a Bonus – Lessons Learned
21CTO
21CTO
Apr 17, 2017 · Frontend Development

Master JSON in JavaScript: From Serialization Basics to Advanced Tricks

This article explains what JSON is, why it’s ideal for data exchange, contrasts it with JavaScript objects, and dives deep into JSON.stringify, JSON.parse, and toJSON, illustrating each concept with clear code examples and practical tips for developers.

JSONJSON.parseJSON.stringify
0 likes · 17 min read
Master JSON in JavaScript: From Serialization Basics to Advanced Tricks