Revision control

Copy as Markdown

Other Tools

use serde_json::json;
fn main() {
json!({ "a" , "b": true });
}