Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_json/benches/task_helpers/
H A Dmod.rs17 pub const BOOLEAN_EXAMPLE: &str = "false"; consts
/commonlibrary/rust/ylong_json/benches/
H A Dserialize_json_cmp.rs42 let value = JsonValue::from_str(BOOLEAN_EXAMPLE).unwrap(); in boolean_serialize_perf_ylong_json()
142 let value: Value = serde_json::from_str(BOOLEAN_EXAMPLE).unwrap(); in boolean_serialize_perf_serde_json()
H A Ddeserialize_json_cmp.rs43 let _value = JsonValue::from_str(BOOLEAN_EXAMPLE).unwrap(); in boolean_deserialize_perf_ylong_json()
133 let _value: Value = serde_json::from_str(BOOLEAN_EXAMPLE).unwrap(); in boolean_deserialize_perf_serde_json()

Completed in 2 milliseconds