pub type JsonPath<T> = FilePath<T, JsonDumper, JsonLoader>;
pub struct JsonPath<T> { /* private fields */ }