Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomaka/from_json
Alternative to the Rust standard Json decoder
https://github.com/tomaka/from_json
Last synced: 16 days ago
JSON representation
Alternative to the Rust standard Json decoder
- Host: GitHub
- URL: https://github.com/tomaka/from_json
- Owner: tomaka
- Created: 2014-10-01T09:28:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T08:21:52.000Z (over 8 years ago)
- Last Synced: 2024-10-15T17:23:06.955Z (28 days ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# from_json
Easier and cleaner alternative to the Rust standard Json decoder.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies.from_json]
git= "https://github.com/tomaka/from_json.git"
```See the `tests` directory for an example.