gron
JSON transformer
Transforms JSON into discrete assignments for easier grep and manipulation
Make JSON greppable!
14k stars
92 watching
328 forks
Language: Go
last commit: about 1 year ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tidwall/gjson | A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. | 14,344 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
google/jsonnet | A data templating language that allows you to generate text based on input data using a JSON-based syntax. | 6,996 |
google/gson | A Java library for converting objects to and from JSON data | 23,385 |
robfig/cron | A Go library that enables the scheduling of tasks at specific times or intervals. | 13,117 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,238 |
gluon-api/gluon-api | A simple and flexible deep learning API for building neural networks | 2,299 |
adhocore/gronx | A lightweight parser and scheduler for cron expressions in Go. | 413 |
callumlocke/json-formatter | Automatically formats JSON data for easier readability in web browsers. | 3,803 |
fullstorydev/grpcurl | A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. | 10,898 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,100 |
json-c/json-c | A C library implementing a reference counting object model for constructing and parsing JSON objects. | 2,977 |
gradio-app/gradio | Enables rapid creation and deployment of web applications for machine learning models and functions using Python | 33,962 |
ant0ine/go-json-rest | A library that provides a simple and efficient way to build RESTful JSON APIs in Go. | 3,514 |