100
Stars
7
Forks
BSD-3-Clause
License
Go
Language
2024-02-02
Last Update
8
Open Issues
go
golang
high-performance
json
validation
Related in JSON
- ajson - Abstract JSON for golang with JSONPath support.
- ask - Easy access to nested values in maps and slices. Works in combination with encoding/json and other packages that "Unmarshal" arbitrary data into Go data-types.
- dynjson - Client-customizable JSON formats for dynamic APIs.
- ej - Write and read JSON from different sources succinctly.
- epoch - Contains primitives for marshaling/unmarshalling Unix timestamp/epoch to/from build-in time.Time type in JSON.
- fastjson - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection.
- gabs - For parsing, creating and editing unknown or dynamic JSON in Go.
- gjo - Small utility to create JSON objects.
- GJSON - Get a JSON value with one line of code.
- go-jsonerror - Go-JsonError is meant to allow us to easily create json response errors that follow the JsonApi spec.