pub fn json_from_value(value: &NeoValue) -> Option<Value>Expand description
Extracts JSON from a NeoValue containing a ByteString.
This is equivalent to crate::storage::value_to_json.
pub fn json_from_value(value: &NeoValue) -> Option<Value>Extracts JSON from a NeoValue containing a ByteString.
This is equivalent to crate::storage::value_to_json.