{"id":18293235,"url":"https://github.com/maki-daisuke/go-simplejson-decoder","last_synced_at":"2026-04-18T14:04:43.032Z","repository":{"id":136977458,"uuid":"318633250","full_name":"Maki-Daisuke/go-simplejson-decoder","owner":"Maki-Daisuke","description":"A brain-dead simple json.Decoder wrapper for go-simplejson.","archived":false,"fork":false,"pushed_at":"2020-12-20T16:35:53.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-12T04:56:08.094Z","etag":null,"topics":["go","golang","json"],"latest_commit_sha":null,"homepage":"","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/Maki-Daisuke.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":"2020-12-04T20:56:15.000Z","updated_at":"2020-12-20T16:35:55.000Z","dependencies_parsed_at":"2023-03-22T12:17:17.257Z","dependency_job_id":null,"html_url":"https://github.com/Maki-Daisuke/go-simplejson-decoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maki-Daisuke/go-simplejson-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maki-Daisuke%2Fgo-simplejson-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maki-Daisuke%2Fgo-simplejson-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maki-Daisuke%2Fgo-simplejson-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maki-Daisuke%2Fgo-simplejson-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maki-Daisuke","download_url":"https://codeload.github.com/Maki-Daisuke/go-simplejson-decoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maki-Daisuke%2Fgo-simplejson-decoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"],"created_at":"2024-11-05T14:23:22.239Z","updated_at":"2026-04-18T14:04:43.016Z","avatar_url":"https://github.com/Maki-Daisuke.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-simplejson-decoder\n\nA brain-dead simple json.Decoder wrapper for [go-simplejson](https://github.com/bitly/go-simplejson).\n\n\n# Usage\n\n```\ndecoder := New(reader)\nfor {\n    j, err = decoder.Decode()\n    if err != nil {\n        break\n    }\n    // Here, j is simplejson object.\n    // You can access properties of JSON data simply!\n    i := j.MustMap()[\"number\"].MustInt()\n    .\n    .\n    .\n}\n```\n\n\n# LICENCE\n\nMIT License\n\n\n# Author\n\nDaisuke (yet another) Maki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaki-daisuke%2Fgo-simplejson-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaki-daisuke%2Fgo-simplejson-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaki-daisuke%2Fgo-simplejson-decoder/lists"}