Skip to main content

vector_to_json

Function vector_to_json 

Source
fn vector_to_json(vec: &Vector) -> Result<Value, RError>
Expand description

Convert an atomic vector to JSON. Scalars (length 1) become JSON scalars; longer vectors become JSON arrays.