package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

Canonical returns a canonical, JSON-esque representation of an input value.
Equal returns true if the two values are canonically equal.
Unmarshal should be used instead of [json.Unmarshal] to ensure that numeric types are decoded with minimum loss of precision.

# Type aliases

A Value is one of: - nil - string, possibly numeric in nature - bool - []Value - map[string]Value.