json-gettext 4.0.0

A library for getting text from JSON usually for internationalization.
Documentation
1
2
3
4
5
mod errors;
mod value_impl;

pub use errors::*;
pub use value_impl::*;