Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
db068f484445d4f0a9ead56fd917092f36ff45d4
/
.
/
tests
/
ui
/
unexpected_colon.rs
blob: e767ea6f7d9324eb92b8283a16b7ce630681f0a8 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
:
true
});
}