Versions in this module Expand all Collapse all v3 v3.0.2 Aug 30, 2022 v3.0.1 Aug 29, 2022 Changes in this version + func AssertEqual(t assert.TestingT, expected, actual any) bool + func CanonicalizeJSON(originalJSON []byte) []byte + func ToJSON(value interface{}) []byte + func ToJSONString(value interface{}) string + type JSONDiffElement struct + Path JSONPath + Value1 string + Value2 string + func (e JSONDiffElement) Describe(value1Name, value2Name string) string + type JSONDiffResult []JSONDiffElement + func JSONDiff(json1, json2 []byte) (JSONDiffResult, error) + func (r JSONDiffResult) Describe(value1Name, value2Name string) []string + type JSONPath []JSONPathComponent + func (p JSONPath) String() string + type JSONPathComponent struct + Index int + Property string + type JValue struct + func JValueOf(value any) JValue + func (v JValue) Equal(v1 JValue) bool + func (v JValue) Error() error + func (v JValue) String() string Other modules containing this package github.com/launchdarkly/go-test-helpers/v2