#json
2 articles tagged json.
·csv, json, data
CSV ↔ JSON Conversion Pitfalls: Escaping, Quoting, Encoding
CSV looks trivial until you ship it. Embedded commas, Excel's auto-formatting, UTF-8 BOMs, and the locale wars — with rules for getting it right.
·json, yaml, config
JSON vs YAML for Config Files: Pick the Right Tool, Skip the Pain
A practical guide to choosing between JSON and YAML for configuration files, with concrete gotchas and recommendations for Kubernetes, APIs, and more.