Documentation ¶
Index ¶
Constants ¶
This section is empty.
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(metadata ...Metadata) string Equals(n JsonNode, metadata ...Metadata) bool Diff(n JsonNode, metadata ...Metadata) Diff Patch(d Diff) (JsonNode, error) // contains filtered or unexported methods }
func NewJsonNode ¶
func ReadJsonFile ¶
func ReadJsonString ¶
Click to show internal directories.
Click to hide internal directories.