stringjson

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Print

func Print(writer io.Writer, object Object, asJSON bool) error

Print prints the object.

func Println

func Println(writer io.Writer, object Object, asJSON bool) error

Println prints the object with a newline.

Types

type Object

type Object interface {
	fmt.Stringer
	json.Marshaler
}

Object is an object that can either be marshaled to string or JSON.

Jump to

Keyboard shortcuts

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