Function serde_json_wasm::de::from_slice
source · [−]pub fn from_slice<T>(v: &[u8]) -> Result<T> where
T: DeserializeOwned,
Expand description
Deserializes an instance of type T
from bytes of JSON text
pub fn from_slice<T>(v: &[u8]) -> Result<T> where
T: DeserializeOwned,
Deserializes an instance of type T
from bytes of JSON text