blob: e7f4e27f68e2bb3988b959576c29a53b5b096ff2 [file] [log] [blame]
#[macro_use]
extern crate serde_json;
fn main() {
json!({ "".s : true });
}