pub fn parse_json(input: &str) -> Result<JsonValue, String>
Parses the provided JSON string into a JsonValue.
JsonValue