mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
7 lines
75 B
Rust
7 lines
75 B
Rust
#[macro_use]
|
|
extern crate serde_json;
|
|
|
|
fn main() {
|
|
json!({ "a" : });
|
|
}
|