Sign in
android
/
platform
/
external
/
rust
/
crates
/
serde_json
/
764711d6e0725bc861e521bd917dd673e39d4c73
/
.
/
tests
/
ui
/
missing_value.rs
blob: 0ba14e22c2987c5ef93945e4d616559b917b5afd [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
:
});
}