Skip to main content

from_json

Function from_json 

Source
pub fn from_json<'a, T>(value: &'a [u8]) -> Result<T, JsonError>
where T: Deserialize<'a>,
Expand description

Deserialize from JSON string (using dag-json).