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