Documentation ¶ Index ¶ func JSONEq(t testing.TB, expect, actual []byte) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func JSONEq ¶ func JSONEq(t testing.TB, expect, actual []byte) bool JSONEq logs an error to t if expect and actual does not contain equivalent JSON structures, or if either results in a JSON unmarshal error. Returns true if no error was logged. Types ¶ This section is empty. Source Files ¶ View all Source files json_eq.go Click to show internal directories. Click to hide internal directories.