6 releases (breaking)

0.5.0 Aug 5, 2021
0.4.0 Feb 20, 2021
0.3.0 Jan 28, 2021
0.2.1 Jan 13, 2021
0.1.0 Dec 24, 2020

#1531 in Encoding

23 downloads per month
Used in fuzzcheck_serializer

MIT license

8KB
215 lines


This crate builds on the json crate to provide the FromJson and ToJson traits. You can pair it with the decent-serde-json-derive-alternative crate to automatically derive an implementation of those traits for your own types. In some cases, this can serve your (de)serialization needs without having to build syn, quote, serde, and serde_json.

Dependencies

~265KB