Function parse

Source
pub fn parse<T>(s: &str) -> Result<T, CommonError>
where T: for<'de> Deserialize<'de>,
Expand description

Parse JSON from a string slice using simd-json

Use this for general-purpose JSON parsing