nx_value_parse_json_test.nx
buildroot/runtime/nx_value_parse_json_test.nx
about
nx_value_parse_json_test.nx -- proves the generic JSON DOM works
against REAL upstream data, not hand-coded toy strings.
Reads ../nishi-library/fixtures/gbif/solanum_tuberosum.raw (a 450-byte
canonical GBIF /v1/species/match response captured 2026-05-17) via
sys_read_file, parses to NxValue tree, then walks the tree GENERICALLY
via nx_value_object_get_string/_int -- with NO source-specific code.
If this PASSes, we have a substrate that can ingest ANY JSON-shaped
upstream into a typed tree.
dependencies 3 imports · 0 importers
imports: syscalls.nxnx_value.nxnx_value_parse_json.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 16 | func make_path_solanum(out: *u8) -> i64 called by 1: main |
| 37 | func main() -> i64 |