blob: f8f3e91c24dc793e3de794a6dbd8e2bbe3216d33 [file] [log] [blame]
#[macro_use]
extern crate serde_json;
fn main() {
json!([ true => ]);
}