Home
last modified time | relevance | path

Searched refs:JSON_PARSE_TEST (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_json/benches/
H A Dserialize_json_cmp.rs112 let value = JsonValue::from_str(JSON_PARSE_TEST).unwrap(); in exp3_serialize_perf_ylong_json()
212 let value: Value = serde_json::from_str(JSON_PARSE_TEST).unwrap(); in exp3_serialize_perf_serde_json()
H A Ddeserialize_json_cmp.rs106 let _value = JsonValue::from_str(JSON_PARSE_TEST).unwrap(); in exp3_deserialize_perf_ylong_json()
196 let _value: Value = serde_json::from_str(JSON_PARSE_TEST).unwrap(); in exp3_deserialize_perf_serde_json()
/commonlibrary/rust/ylong_json/tests/
H A Dylong_json_sdv_test.rs58 const JSON_PARSE_TEST: &str = r#" consts
275 let json = JsonValue::from_text(JSON_PARSE_TEST).unwrap(); in sdv_json_parse()
363 let mut json = JsonValue::from_text(JSON_PARSE_TEST).unwrap(); in sdv_json_output()

Completed in 2 milliseconds