Lines Matching refs:JsonValue
28 use ylong_json::JsonValue;
32 let value = JsonValue::from_str(NULL_EXAMPLE).unwrap();
42 let value = JsonValue::from_str(BOOLEAN_EXAMPLE).unwrap();
52 let value = JsonValue::from_str(NUMBER_EXAMPLE).unwrap();
62 let value = JsonValue::from_str(STRING_EXAMPLE).unwrap();
72 let value = JsonValue::from_str(ARRAY_EXAMPLE).unwrap();
82 let value = JsonValue::from_str(OBJECT_EXAMPLE).unwrap();
92 let value = JsonValue::from_str(RFC7159_EXAMPLE1).unwrap();
102 let value = JsonValue::from_str(RFC7159_EXAMPLE2).unwrap();
112 let value = JsonValue::from_str(JSON_PARSE_TEST).unwrap();
122 let value = JsonValue::from_str(LONG_KEY_VALUE).unwrap();