blob: 0dfb7315594e3143344c6f6a3f2b8f1c9630e813 [file] [log] [blame]
use serde_json::json;
fn main() {
json!({ "k": true => });
}