json-trait-rs

Crates.iojson-trait-rs
lib.rsjson-trait-rs
version0.11.0
sourcesrc
created_at2019-04-25 09:05:17.513214
updated_at2020-05-10 18:12:43.232927
descriptionRust interface (aka trait) to deal with objects as they are JSON objects
homepage
repositoryhttps://github.com/macisamuele/json-trait-rs
max_upload_size
id130104
size115,999
Samuele Maci (macisamuele)

documentation

README

json-trait-rs

Build on TravisCI Coverage Version

Changelog

Rationale

The goal of this repository is to offer rust interfaces (aka traits) to deal with objects as they are JSON objects.

While dealing with JSON objects in rust we tend to use libraries that takes care of the serialisation and desrialisation process as serde-json or json-rust, but depending on the use-case it's possible that we do need only methodologies to traverse the objects that have been created (so [de]serialised) by other libraries.

The main use-case for this type of library, at least at the time of writing, is to offer JSON objects traversing capability to objects that might be initialised by foreign languages (think to other language bindings, ie. via FFI).

Contribution rules

Coming soon

Commit count: 159

cargo fmt