jsonhandlers
JSON handlers
A library that provides simple handlers to read and write JSON data from various sources such as files and HTTP requests.
JSON library to expose simple handlers that lets you easily read and write json from various sources.
2 stars
1 watching
0 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
gogolangjson
Related projects:
Repository | Description | Stars |
---|---|---|
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
atlas-engineer/njson | A convenient and brevity-focused JSON handling framework for Common Lisp. | 16 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
asaiyusuke/jsonpath | A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object | 24 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
oliveagle/jsonpath | A Go implementation of JsonPath syntax for querying JSON data structures. | 324 |
haskell-waargonaut/waargonaut | A JSON manipulation library for Haskell that provides flexible and precise decoding/encoding tools. | 94 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
sourcemeta/jsontoolkit | A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. | 39 |
nikolaydubina/htmljson | A Go library for rendering JSON data into customizable HTML pages | 7 |
ikesyo/himotoki | A type-safe JSON decoding library written purely in Swift | 796 |
zerosnake0/jzon | A high-performance JSON serialization library built as an alternative to jsoniter with some key differences and improvements. | 11 |