blob: 226c58cf173315642a99318d666dae232a75fa78 [file] [log] [blame]
use serde_json::json;
fn main() {
json!([ true => ]);
}