pub fn bytes_to_json<T: for<'de> Deserialize<'de>>( bytes: &NeoByteString, ) -> Option<T>
Deserializes a NeoByteString as JSON.
T
Some(T)
None