{"id":40799359,"url":"https://github.com/seefan/jsonreader","last_synced_at":"2026-01-21T20:42:31.294Z","repository":{"id":73136210,"uuid":"177746096","full_name":"seefan/jsonreader","owner":"seefan","description":"json reader","archived":false,"fork":false,"pushed_at":"2019-07-09T02:37:10.000Z","size":101,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T06:36:46.709Z","etag":null,"topics":["go","golang","json","jsonreader"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seefan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-26T08:34:08.000Z","updated_at":"2019-07-09T02:37:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c05f6805-3251-4589-a1a9-6e406106df6c","html_url":"https://github.com/seefan/jsonreader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seefan/jsonreader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fjsonreader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fjsonreader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fjsonreader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fjsonreader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seefan","download_url":"https://codeload.github.com/seefan/jsonreader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fjsonreader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","json","jsonreader"],"created_at":"2026-01-21T20:42:30.637Z","updated_at":"2026-01-21T20:42:31.287Z","avatar_url":"https://github.com/seefan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonreader\njson reader\n\n    obj := ParseJsonObject([]byte(\"{\\\"contacts\\\":{ \\\"company\\\":{ \\\"address\\\":null, \\\"state_code\\\":null }, \\\"employees\\\":[ null] }}\"))\n\tv := obj.V(\"contacts\").ParseJsonObject().A(\"employees\")\n\tif v.Size() == 0 {\n\t\tt.Error(\" parse error\")\n\t} else {\n\t\tt.Log(v.Get(0).String(), v.Get(0).IsNull())\n\t}\n\t\n\t\n    arr := ParseJsonArray([]byte(\"[{\\\"data\\\" : {\\\"key\\\" : 123,\\\"abc\\\":-1021e5 } , \\\"value\\\":5 ,\\\"ars\\\":[1,2,3,4,{\\\"value\\\":5},\\\"6\\\",{\\\"value\\\":7}]},0,1,\\\"sfdada\\\"]\"))\n    arr.Each(func(i int, value JsonValue) {\n        if i == 0 {\n            key := value.ParseJsonObject().GetObject(\"data\").GetValue(\"key\")\n            if key != \"123\" {\n                t.Error(\"get key value!=123\")\n            }\n        }\n        t.Log(i, value)\n    })","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseefan%2Fjsonreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseefan%2Fjsonreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseefan%2Fjsonreader/lists"}