json

package module
v0.0.0-...-d0b87b1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2019 License: GPL-3.0 Imports: 3 Imported by: 1

README

json

Package json implements encoding and decoding of JSON as defined in RFC 4627 as high level wrapper over standard json package.

Documentation

Overview

Package json implements encoding and decoding of JSON as defined in RFC 4627 as high level wrapper over standard json package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(r io.Reader, v interface{})

Decode a JSON source into given structure.

func Encode

func Encode(w io.Writer, v interface{})

Encode a given structure into indented JSON string.

Types

This section is empty.

Jump to

Keyboard shortcuts

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