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