json_macros 0.3.2

Convenience macros for constructing JSON objects from literals.
1
2
3
4
5
6
7
8
language: rust
rust:
  - nightly
script:
  - cargo build --verbose
  - cargo test  --verbose
  - cargo build --verbose --no-default-features --features with-serde
  - cargo test  --verbose --no-default-features --features with-serde