code wiki / json
topic: json
9 modules sharing the json name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| _json_string_authored.nx | JSON string scan + unescape, bits-up | 16 | 2 |
| json.nx | pull-style JSON parser (Phase G12, RFC 8259). | 257 | 9 |
| json_emit.nx | RFC 8259 JSON writer (complement to json.nx parser). | 273 | 15 |
| nx_json.nx | JSON tokenizer (RFC 8259 subset). | 306 | 5 |
| nx_json_adversarial_test.nx | Phase A5 of S-class hardening. | 99 | 2 |
| nx_json_emit.nx | THE canonical tiny JSON emitter (eats json-emit-dup, tranche 1). | 38 | 7 |
| nx_json_lib.nx | minimal SOVEREIGN JSON field reader (no jq, no shell, no 3rd-party). Built for | 75 | 4 |
| nx_json_test.nx | exercise both the tokenizer (nx_json.nx) and the | 114 | 1 |
| nx_json_v1.nx | pull-style JSON parser (Phase G12, RFC 8259). | 233 | 7 |