Function arctk::parse::json::read

source · []
pub fn read<T>(s: &str) -> T where
    for<'de> T: Deserialize<'de>, 
Expand description

Read a type from a JSON string.