tinyjson icon indicating copy to clipboard operation
tinyjson copied to clipboard

Simple JSON parser/generator for Rust

Results 2 tinyjson issues
Sort by recently updated
recently updated
newest added

The README documents the `.query` method, which cannot be found in the latest release v2.5.1 [doc](https://docs.rs/tinyjson/latest/tinyjson/?search=query). I suppose there are some major changes in the git repo are not published...

This adds a new feature `ordered-map` that will use an IndexMap instead of HashMap in order to preserve the order of items in an object. This features is disabled by...