Skip to main content

json_to_value

Function json_to_value 

Source
pub fn json_to_value(j: &Value) -> Value
Expand description

Convert a serde_json::Value into a tatara-lisp Value. Objects become association lists: ((key . v) (key . v) ...) where each pair is a 2-element list for easy alist-get lookup.