Glossary coding Term Page

JSON.stringify / JSON.parse

functions for serializing and restoring objects or arrays

json-stringify-json-parse #coding#javascript
Korean version

Related Concepts

Core Idea

JSON.stringify / JSON.parse is functions for serializing and restoring objects or arrays. It usually makes the most sense alongside localStorage, TTL.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept