6 lines
65 B
Rust
Raw Normal View History

use serde_json::json;
fn main() {
json!({ "".s : true });
}