blob: e767ea6f7d9324eb92b8283a16b7ce630681f0a8 [file] [log] [blame]
use serde_json::json;
fn main() {
json!({ : true });
}