Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
48980ef754d6ad35c6dbcbc259a1107a78d79afa
/
.
/
tests
/
ui
/
unexpected_after_map_entry.rs
blob: 0dfb7315594e3143344c6f6a3f2b8f1c9630e813 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"k"
:
true
=>
});
}