Documentation
¶
Overview ¶
Package simple_json_compare implements a very simplicstic json compare function
Index ¶
- func CompareJSONBytes(leftBytes []byte, rightBytes []byte, ignorePaths []string) (bool, []string, error)
- func CompareJSONFiles(leftPath string, rightPath string, ignorePaths []string) (bool, []string, error)
- func CompareJSONStrings(leftString string, rightString string, ignorePaths []string) (bool, []string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareJSONBytes ¶
func CompareJSONBytes(leftBytes []byte, rightBytes []byte, ignorePaths []string) (bool, []string, error)
CompareJSONBytes - Compare JSON from 2 byte arrays
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.