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