[go: up one dir, main page]

serde_json 1.0.110

A JSON serialization file format
Documentation
1
2
3
4
5
use serde_json::json;

fn main() {
    json!({ "a" : x });
}