pub type Json5Path<T> = FilePath<T, Json5Dumper, Json5Loader>;
pub struct Json5Path<T> { /* private fields */ }