golang-json
There are 7 repositories under golang-json topic.
thedevsaddam/gojsonq
A simple Go package for querying over JSON, YAML, XML, and CSV data.
liu-cn/json-filter
golang json字段过滤,复用struct 随意选择你想要输出为json的结构体字段。 json filter Golang's JSON filter randomly selects the structure fields you want to output as JSON,Let go have dynamic language like json processing capability
miladibra10/vjson
vjson is a golang package that helps to validate JSON objects
ddymko/go-jsonerror
Small package which wraps error responses to follow jsonapi.org
dumim/tagconv
TagConv: Convert any Go Struct to a Map based on custom struct tags with dot notation
infiniteloopcloud/json
Copy of Go's built-in json with IsZero support
kgrz/json-parsing-post
Code used in JSON parsing post: https://kgrz.io/go-json-flatten-filter-cleaner-types.html