{"id":20589666,"url":"https://github.com/coreos/go-json","last_synced_at":"2025-04-14T22:08:12.784Z","repository":{"id":42960587,"uuid":"64346057","full_name":"coreos/go-json","owner":"coreos","description":"Modified version of go's encoding/json library which allows decoding to a Node struct with offset information","archived":false,"fork":false,"pushed_at":"2023-11-02T16:16:14.000Z","size":446,"stargazers_count":3,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T22:08:02.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreos.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}},"created_at":"2016-07-27T22:33:16.000Z","updated_at":"2024-07-04T02:55:38.000Z","dependencies_parsed_at":"2022-08-12T10:10:52.857Z","dependency_job_id":"c33a82e2-b133-4078-b9cd-f98a9646e19b","html_url":"https://github.com/coreos/go-json","commit_stats":{"total_commits":166,"total_committers":63,"mean_commits":2.634920634920635,"dds":0.7710843373493976,"last_synced_commit":"66dc7bb0d143e014114a0e5ca78aa341787e84e5"},"previous_names":["ajeddeloh/go-json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fgo-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fgo-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fgo-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fgo-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreos","download_url":"https://codeload.github.com/coreos/go-json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968914,"owners_count":21191162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-16T07:30:22.562Z","updated_at":"2025-04-14T22:08:12.763Z","avatar_url":"https://github.com/coreos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-json\n\nThis is a fork of Go's `encoding/json` library. It adds a third target for\nunmarshalling, `json.Node`.\n\nUnmarshalling to a `Node` behaves similarly to unmarshalling to\n`any`, except that it also records the offsets for the start and end\nof the value that is unmarshalled and, if the value is part of a JSON\nobject, the offsets of the start and end of the object's key. The `Value`\nfield of the `Node` is unmarshalled to the same type as if it were\n`any`, except in the case of arrays and objects:\n\n| JSON type | Go type, unmarshalled to `any` | `Node.Value` type |\n| --------- | ------------------------------ | ----------------- |\n| Array     | `[]any`                        | `[]Node`          |\n| Object    | `map[string]any`               | `map[string]Node` |\n| Other     | `any`                          | `any`             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Fgo-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreos%2Fgo-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Fgo-json/lists"}