mirror of
https://github.com/serde-rs/json.git
synced 2025-11-08 01:18:53 +00:00
7 lines
77 B
Rust
7 lines
77 B
Rust
#[macro_use]
|
|
extern crate serde_json;
|
|
|
|
fn main() {
|
|
json!({ "a" : ~ });
|
|
}
|