Hacker News new | ask | show | jobs
by coldtea 3357 days ago
JSON is a serialization format itself. Even Javascript, which has JSON-like structures as native objects, has to serialize it (JSON.stringify) and deserialize it (JSON.parse) into text.