Lines Matching +full:generate +full:- +full:schema
6 [tinyjson](https://crates.io/crates/tinyjson) is a library to parse/generate JSON format document.
10 - **Simplicity**: This library uses standard containers like `Vec` or `HashMap` as its internal rep…
13 - **Explicit**: This library does not hide memory allocation from users. You need to allocate memor…
17 - **No dependencies**: This library is built on top of only standard libraries.
18 - **No unsafe code**: This library is built with Safe Rust.
19 - **Well tested**: This library is tested with famous test suites:
20 - [JSON checker in json.org](http://www.json.org/JSON_checker/)
21 - [JSONTestSuite](https://github.com/nst/JSONTestSuite)
22 - [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
65 // Generate JSON string
67 // Generate formatted JSON string with indent