pub fn parse(text: &str) -> OgeomResult<Json>Expand description
Parse a JSON document.
ยงErrors
OgeomError::Construction with the byte
offset where the document stopped making sense.
pub fn parse(text: &str) -> OgeomResult<Json>Parse a JSON document.
OgeomError::Construction with the byte
offset where the document stopped making sense.