package
0.0.0-20241123141403-e7b9dc6866d0
Repository: https://github.com/unix-world/smartgoext.git
Documentation: pkg.go.dev

# README

go-simplejson

a Go package to interact with arbitrary JSON

Build Status GoDoc GitHub release

Importing

import github.com/bitly/go-simplejson

Documentation

Visit the docs on Go package discovery & docs

# Functions

New returns a pointer to a new, empty `Json` object.
NewFromReader returns a *Json by decoding from an io.Reader.
NewJson returns a pointer to a new `Json` object after unmarshaling `body` bytes.
returns the current implementation version.

# Structs

No description provided by the author