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