Skip to main content

node_to_json

Function node_to_json 

Source
pub fn node_to_json(node: &Node) -> Value
Expand description

A node as a flat query row: data fields at the top level plus the _-prefixed metadata. Public so the HTTP single-row GET returns the SAME shape a query row has — one definition, so the two surfaces cannot drift apart.