Categorygithub.com/pandoratoolbox/json
repositorypackage
1.15.7
Repository: https://github.com/pandoratoolbox/json.git
Documentation: pkg.go.dev

# README

json

Mirrors golang/go Golang version

Drop-in replacement for Golang encoding/json with additional features.

Installation

$ go get -u github.com/clarketm/json

Usage

Same usage as Golang encoding/json.

Features

If omitempty is applied to a struct and all the children of the struct are empty, then on marshalling it will be omitted from the encoded json.

License

Refer to the Golang license. See LICENSE for more information.