Sign in
android
/
platform
/
external
/
rust
/
crates
/
serde_json
/
09bc27b
/
.
/
tests
/
ui
/
not_found.rs
blob: 2df6870dc35c46cb6812da4b121f2ee56bc822f9 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
:
x
});
}