
FSON is a superset of JSON — and, since v0.9, a pragmatic superset of JSON5 — that adds the things you need when you edit files by hand: comments (nestable), bare keys, a `--` prefix that switches a member off without deleting it, and `%include` for shared defaults. `fson` is its C++ library: parse, query, modify and rewrite an FSON file without losing a single comment.