Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
serde_json-1.0.91
/
tests
/
ui
/
parse_expr.rs
blob: e7f1805b1ee9d01cab3001ac45627171464d7a09 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
:
~
});
}