Lines Matching +full:generate +full:- +full:schema
1 //! [tinyjson](https://crates.io/crates/tinyjson) is a library to parse/generate JSON format docume…
5 //! - **Simplicity**: This library uses standard containers like `Vec` or `HashMap` as its internal…
8 //! - **Explicit**: This library does not hide memory allocation from users. You need to allocate m…
12 //! - **No dependencies**: This library is built on top of only standard libraries.
13 //! - **No unsafe code**: This library is built with Safe Rust.
14 //! - **Well tested**: This library is tested with famous test suites:
15 //! - [JSON checker in json.org](http://www.json.org/JSON_checker/)
16 //! - [JSONTestSuite](https://github.com/nst/JSONTestSuite)
17 //! - [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
45 //! // Generate JSON string
47 //! // Generate formatted JSON string with indent
70 //! |---------|------------------------------|