pub fn parse(json: &str) -> Result<JsonValue, String>
Parses a JSON string into a JsonValue AST.
JsonValue