pub fn parse(input: &str) -> Result<Value>
Parse a JSON string into a generic serde_json::Value.
serde_json::Value