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
pub fn parse<T>(s: &str) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,Parse JSON from a string slice using simd-json
Use this for general-purpose JSON parsing