{"id":50925,"library":"yudai-gojsondiff","title":"gojsondiff","description":"Package gojsondiff implements a JSON diff algorithm for comparing JSON objects.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/yudai/gojsondiff","tags":["json","diff","comparison"],"install":[{"cmd":"go get github.com/yudai/gojsondiff","lang":"bash","label":"Install github.com/yudai/gojsondiff"}],"dependencies":[],"imports":[{"symbol":"gojsondiff","correct":"github.com/yudai/gojsondiff"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yudai/gojsondiff\"\n)\n\nfunc main() {\n\tdiffer := gojsondiff.New()\n\tdiff, _ := differ.Compare([]byte(`{\"a\":1}`), []byte(`{\"a\":2}`))\n\tfmt.Println(diff)\n}","lang":"go","description":"Compare two JSON documents and get the diff"},"warnings":[],"env_vars":null,"search_vec":"'algorithm':8 'compar':10 'comparison':15 'diff':7,14 'gojsondiff':1,3 'implement':4 'json':6,11,13 'object':12 'packag':2","created_at":"2026-06-15T05:14:10.621892+00:00","updated_at":"2026-06-15T05:14:10.621892+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yudai/gojsondiff","github":"https://github.com/yudai/gojsondiff","docs":"https://pkg.go.dev/github.com/yudai/gojsondiff#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}