You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure why this doesn't use serde/rustc-sereialize, but, if the reason is "we want to be as simple as possible", I have a super-simple library for outputting JSON here: https://github.com/matklad/write-json/
Example project:
lib.rs
I run the following command:
This produces the following output:
For example, this JSON
can't be parsed, because contains unescaped
\
character.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: