shenY

Results 1 issues of shenY

func main() { json1 := ` { "custom_id":72211083386779239 }` json2 := ` { "custom_id":72211083386779230 }` diff, _ := gojsondiff.New().Compare([]byte(json1), []byte(json2)) if diff.Modified() { fmt.Println(diff.Deltas()) } else { fmt.Println("Two JSONs are...