jscan
JSON parser
High-performance JSON iterator and validator for Go
High performance JSON iterator & validator for Go
90 stars
6 watching
7 forks
Language: Go
last commit: 10 months ago
Linked from 2 awesome lists
gogolanghigh-performancejsonvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
sinhashubham95/jsonic | A comprehensive set of utilities to handle JSON data in Go. | 11 |
adhocore/jsonc | A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. | 17 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
zerosnake0/go-json-benchmark | A benchmarking tool for evaluating performance of various JSON libraries in the Go programming language | 9 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
bhmj/jsonslice | Enables fast JSON querying without unmarshalling the entire data | 85 |