Revision control

Copy as Markdown

Other Tools

use serde_json::json;
fn main() {
json!([ true => ]);
}