1 repository
Encoding objects into optimized binary formats for reduced size and increased speed.
Distinct from JSON-to-Binary Encoders: The candidates focus on converters between formats; this is specifically about a high-performance binary representation of JSON.
Explore 1 awesome GitHub repository matching data & databases · Binary JSON Serialization. Refine with filters or upvote what's useful.
fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON strings and byte arrays. It functions as a binary JSON serializer for encoding objects into optimized binary formats to reduce payload size and increase processing speed. The project includes a JSONPath query engine for extracting specific data and fields from JSON documents using standardized path expressions and filters. It also serves as a JSON schema validator, providing utilities to generate data contracts and validate JSON input against defined schemas to ensure structural c
Converts objects into an optimized binary JSON format (JSONB) to reduce payload size and increase speed.