Skip to main content

parse_json

Function parse_json 

Source
pub fn parse_json(source: &str) -> String
Expand 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.