Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.