JSON parser + pretty-printer for the Mage language.
const json = b.git("github.com/blessedbythestorm/mage-json");
@import json.json exports Json (Json.parse(bytes), doc.to_str()) and
the json_err error union. Depends transitively on
mage-parser.