This website requires JavaScript.
Explore
Help
Register
Sign In
valentineus
/
fparkan
Watch
1
Fork
0
Code
Issues
Pull Requests
Actions
Releases
Activity
Files
1b6a04ca5504955c571d1c97504fb45ea0befee4
fparkan
/
vendor
/
serde_json
/
tests
/
ui
/
unexpected_comma.rs
T
6 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial vendor packages
2024-01-08 01:21:28 +04:00
use
serde_json
::
json
;
fn
main
()
{
json!
({
"a"
,
"b"
:
true
});
}
Copy Permalink