JSON parser which picks up values directly without performing tokenization in Rust

Pikkr JSON parser which picks up values directly without performing tokenization in Rust Abstract Pikkr is a JSON parser which picks up values directl
Information
Category: Rust / Encoding JSON
Watchers: 12
Star: 625
Fork: 17
Last update: Nov 9, 2023

Related Repos



zzzgydi Auto launch any application or executable at startup.
 

eduardostuart COMPACTO (work in progress) A fast way to minify JSON. Usage/Examples # Compress # Input example (~0.11 KB) # { # "id": "123", # "name": "Edua
 

elfshaker elfshaker 400 GiB -> 100 MiB, with 1s access time†; when applied to clang builds. elfshaker is a low-footprint, high-performance version control syste
 

maybevoid Mononym Mononym is a library for creating unique type-level names for each value in Rust. The core type Named<Name, T> represents a named value of typ
 

ahungrynoob @node-rs/jsonschema A node package based on jsonschema-rs for performing JSON schema validation. Install yarn add @node-rs/jsonschema Support matrix
 

tidwall GJSON is a Rust crate that provides a fast and simple way to get values from a json document. It has features such as one line retrieval, dot notation paths, iteration, and parsing json lines.
 

Diggsey More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
 

dprint jsonc-parser - JSONC parser
 

pyfisch This crate implements the Concise Binary Object Representation from RFC 7049. It builds on Serde, the generic serialization framework for Rust. CBOR provides a binary encoding for a superset of the JSON data model that is small and very fast to parse.
 

datalust This is the JSON deserializer used by Seq's storage engine. You might find this useful if you're building a document database that stores documents as minified JSON maps.
 

withoutboats camino - UTF-8 encoded paths camino is an extension of the std::path module, which adds new Utf8PathBuf and Utf8Path types. These are like the standar
 

p3ki Bendy A Rust library for encoding and decoding bencode with enforced canonicalization rules. Bencode is a simple but very effective encoding scheme, o
 

tafia calamine An Excel/OpenDocument Spreadsheets file reader/deserializer, in pure Rust. Documentation Description calamine is a pure Rust library to read
 

Nullus157 bs58 Another Rust Base58 codec implementation. Compared to base58 this is significantly faster at decoding (about 2.4x as fast when decoding 32 bytes)
 

jonasbb Custom de/serialization functions for Rust's serde This crate provides custom de/serialization helpers to use in combination with serde's with-annotat