Lines Matching refs:JsonValue
28 use ylong_json::JsonValue;
34 let _value = JsonValue::from_str(NULL_EXAMPLE).unwrap();
43 let _value = JsonValue::from_str(BOOLEAN_EXAMPLE).unwrap();
52 let _value = JsonValue::from_str(NUMBER_EXAMPLE).unwrap();
61 let _value = JsonValue::from_str(STRING_EXAMPLE).unwrap();
70 let _value = JsonValue::from_str(ARRAY_EXAMPLE).unwrap();
79 let _value = JsonValue::from_str(OBJECT_EXAMPLE).unwrap();
88 let _value = JsonValue::from_str(RFC7159_EXAMPLE1).unwrap();
97 let _value = JsonValue::from_str(RFC7159_EXAMPLE2).unwrap();
106 let _value = JsonValue::from_str(JSON_PARSE_TEST).unwrap();
115 let _value = JsonValue::from_str(LONG_KEY_VALUE).unwrap();