Documentation ¶
Index ¶
Constants ¶
View Source
const ( MULTISET option = "multiset" SET option = "set" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffElement ¶
func (DiffElement) Render ¶
func (d DiffElement) Render() string
type JsonNode ¶
type JsonNode interface { Json() string Equals(n JsonNode) bool Diff(n JsonNode) Diff Patch(d Diff) (JsonNode, error) // contains filtered or unexported methods }
func NewJsonNode ¶
func ReadJsonFile ¶
func ReadJsonString ¶
type Path ¶
type Path []PathElement
type PathElement ¶
type PathElement interface{}
Click to show internal directories.
Click to hide internal directories.