pub fn node_to_json(node: &Node) -> ValueExpand 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.