Skip to main content

Module json

Module json 

Source
Expand description

Helpers to cross structured data as JSON-in-StbString. See the module docs for the precision/order limit.

Functions§

from_stable
Parse a received StbString back into a Value. Does not free the input — the caller still owns it.
to_stable
Serialize a serde_json::Value into an owning StbString the receiver must free via the producer’s free_string.