pub fn from_json_string<T: DeserializeOwned>( value: impl AsRef<[u8]>, ) -> Result<T, JsonError>
Deserialize from JSON string (using dag-json).