pub fn parse_json(source: &str) -> StringExpand description
Serialize parse_output for FFI boundaries.
JSON is the first portable contract because it behaves identically through WebAssembly, N-API, PyO3, and a C ABI. Native bindings may later provide zero-copy views without changing this wire representation.