blob: 338874ed8f8a83f746232404624956b19883bb23 [file] [log] [blame]
use serde_json::json;
fn main() {
json!({ "a" , "b": true });
}