pub fn from<T>(value: T) -> JsonValuewhere T: Into<JsonValue>,
Convenience for JsonValue::from(value)
JsonValue::from(value)