json

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package json allows for easy duck typing of JSON, i.e. for test stubs to compare JSON output against (such as src/x/test.MustPrettyJSON).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustNewTestReader

func MustNewTestReader(t *testing.T, value interface{}) io.Reader

MustNewTestReader returns a io.Reader reader to the JSON value.

Types

type Array

type Array []interface{}

Array is an untyped JSON array representation.

type Map

type Map map[string]interface{}

Map is an untyped JSON map representation.

Jump to

Keyboard shortcuts

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