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