fastjson
JSON parser
A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection.
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
2k stars
27 watching
136 forks
Language: Go
last commit: 9 months ago
Linked from 2 awesome lists
fastgogolangjsonjson-parserjson-validation
Related projects:
Repository | Description | Stars |
---|---|---|
buger/jsonparser | A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. | 5,460 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |
tidwall/gjson | A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. | 14,344 |
simdjson/simdjson | Parses JSON data at high speeds using CPU-specific optimizations | 19,359 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
adhocore/jsonc | A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. | 17 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,687 |
ajv-validator/ajv | A high-performance JSON schema validator that supports multiple draft versions and JSON Type Definition standards. | 13,851 |
ijl/orjson | A fast and correct JSON serialization library for Python | 6,263 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,259 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
geziyor/geziyor | A fast and flexible web crawling and scraping framework for extracting structured data from websites. | 2,629 |