pub fn json_from_value(value: &NeoValue) -> Option<Value>
Extracts JSON from a NeoValue containing a ByteString.
Some(JsonValue)
None