Glossary coding Term Page
JSON serialization
storage only holds strings
Core Idea
JSON serialization is storage only holds strings, so wrap data with JSON.stringify and unwrap with JSON.parse. It usually makes the most sense alongside localStorage, storage event, TTL.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.