Searched defs:json (Results 1 – 5 of 5) sorted by relevance
34 let json = r#""qemu""#; in test_deserialize_qemu() localVariable41 let json = r#""cloud-hypervisor""#; in test_deserialize_cloud_hypervisor() localVariable48 let json = r#""invalid-type""#; in test_deserialize_invalid_type() localVariable59 let json = r#""QeMu""#; in test_deserialize_case_insensitivity() localVariable66 let json = r#""""#; in test_deserialize_empty_string() localVariable
28 let json = Value::String(input.to_string()); deserialize_fs_type() localVariable
29 let json = Value::String(input.to_string()); in deserialize_fs_type() localVariable