json

package
v0.0.0-...-fd52f74 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package json is used to use json encoding methods from different libraries (depending on the commandline arguments).

Index

Constants

This section is empty.

Variables

View Source
var (
	// Marshal represents the json.Marshal function
	Marshal = json.Marshal
	// Unmarshal represents the json.Unmarshal function.
	Unmarshal = json.Unmarshal
	// MarshalIndent represents the json.MarshalIndent function
	MarshalIndent = json.MarshalIndent
	// NewDecoder represents the json.NewDecoder function
	NewDecoder = json.NewDecoder
	// NewEncoder represents the json.NewEncoder function
	NewEncoder = json.NewEncoder
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL