blob: 0ba14e22c2987c5ef93945e4d616559b917b5afd [file] [log] [blame]
use serde_json::json;
fn main() {
json!({ "a" : });
}