zerotier-one/vendor/serde_json/tests/ui/parse_key.rs

5 lines
65 B
Rust

use serde_json::json;
fn main() {
json!({ "".s : true });
}