Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
4d5234c8d9de53e2c4bfe9420d9f1f5d34558d28
/
.
/
tests
/
ui
/
not_found.rs
blob: 08b802fe5d46b9e12c38e49d35f275f7523df385 [
file
] [
log
] [
blame
]
#[
macro_use
]
extern
crate serde_json
;
fn
main
()
{
json
!({
"a"
:
x
});
}