gossamer/json
Types
Values
pub fn parse(text: String) -> Result(Json, js_error.JsError)
Parses a JSON string into a Json value. Returns an error if the
string is not valid JSON.
pub fn parse(text: String) -> Result(Json, js_error.JsError)
Parses a JSON string into a Json value. Returns an error if the
string is not valid JSON.