pub fn parse_json_object(s: &str) -> Result<HashMap<String, JsonValue>, String>
Parse a JSON object from a string