Skip to main content

value_to_json

Function value_to_json 

Source
pub fn value_to_json(value: &Value) -> Value
Expand description

Encode a scalar stmt::Value as a serde_json::Value. Panics on shapes that have no JSON representation (Record, nested List, Bytes, SparseRecord, Null records, NaN / infinity).