Documentation ¶ Index ¶ func Equal(a, b []byte) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal(a, b []byte) bool Equal compares two byte slices with JSON content. Only if a and b contain valid JSON and the objects are the same, true is returned. Because the package reflect is used, no high performance should be expected. Types ¶ This section is empty. Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.