gabs
JSON navigator
Provides utilities for navigating and manipulating JSON data in Go
For parsing, creating and editing unknown or dynamic JSON in Go
3k stars
50 watching
203 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
gogolangjsonparsing
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/has-value | A utility function to check if an object value exists at a given path or is not empty | 26 |
jonschlinkert/in-array | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
nlohmann/json | A C++ library providing a simple and efficient way to work with JSON data in modern C++ applications. | 43,219 |
jsonmodel/jsonmodel | A framework for creating smart data models from JSON | 6,852 |
koajs/is-json | Checks if a Koa request body contains JSON data | 17 |
kinbiko/jsonassert | A library that provides an easy-to-use assertion system for verifying the semantic equality of JSON data | 127 |
pljson/pljson | Provides an object-oriented interface to store and manipulate JSON data in PL/SQL | 452 |
willdurand/jsonpcallbackvalidator | Validates JSONP callback functions to prevent XSS attacks | 664 |
nestorpersist/json | A fast and immutable JSON parser written in Scala | 11 |
andrew-m-c/go.jsonvalue | A Go library for working with unstructured JSON data efficiently | 189 |
josdejong/jsoneditor | A web-based tool for editing and validating JSON data | 11,630 |
orirawlings/jt | A templating tool to process and render JSON data in Go using the text/template package. | 2 |
arkanovicz/essential-json | A lightweight Java JSON library providing minimalistic parsing and rendering capabilities | 5 |
douglascrockford/json-js | A set of utilities and functions for working with JSON data in JavaScript | 8,701 |