json-api 0.4.1

Idiomatic types for building a robust JSON API
Documentation
1
2
3
4
5
6
7
//! Member names and field paths.

mod key;
mod path;

pub use self::key::Key;
pub use self::path::{Path, Segment};