Sign in
android
/
platform
/
external
/
rust
/
crates
/
serde_json
/
85f2728
/
.
/
tests
/
ui
/
parse_expr.rs
blob: e7f1805b1ee9d01cab3001ac45627171464d7a09 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
:
~
});
}