blob: 858bd71692131d9cad716fdcbf9128875a850ded [file] [log] [blame]
use serde_json::json;
fn main() {
json!({ "".s : true });
}