serde_json_pythonic 0.1.2

serde_json_pythonic fork that includes a Pythonic JSON formatter
Documentation
1
2
3
4
5
error[E0425]: cannot find value `x` in this scope
 --> tests/ui/not_found.rs:4:19
  |
4 |     json!({ "a" : x });
  |                   ^ not found in this scope