#JSON
2 posts
6 min read
JavaScript Intermediate #7 Working with JSON and Serialization
JSON.parse and stringify options, pitfalls with Date/special values/circular references, and using toJSON, reviver, and replacer.
6 min read
Go Practice #3 JSON I/O and Input Validation
Marshal/Unmarshal in encoding/json, struct tags, decoding error handling, and patterns for safe input validation.