jsonequal

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Equal

func Equal(
	lsrc *Node,
	rsrc *Node,
) bool

Equal :

func NoDiff added in v0.2.0

func NoDiff(
	l *Node,
	r *Node,
) error

NoDiff :

Types

type Node added in v0.2.0

type Node struct {
	// contains filtered or unexported fields
}

func From

func From(iface interface{}) *Node

From :

func FromBytes

func FromBytes(b []byte) *Node

FromBytes :

func FromRaw

func FromRaw(iface interface{}) *Node

FromRaw :

func FromRawWithBytes

func FromRawWithBytes(iface interface{}, b []byte) *Node

FromRawWithBytes :

func FromReadCloser

func FromReadCloser(reader io.ReadCloser) *Node

FromReadCloser :

func FromReader

func FromReader(reader io.Reader) *Node

FromReader :

func FromString

func FromString(s string) *Node

FromString :

func (*Node) Named added in v0.2.0

func (n *Node) Named(v string) *Node

Jump to

Keyboard shortcuts

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