{"id":15323183,"url":"https://github.com/krishpranav/jsonparser","last_synced_at":"2026-04-05T22:01:59.505Z","repository":{"id":57647044,"uuid":"442728738","full_name":"krishpranav/jsonparser","owner":"krishpranav","description":"A simple json parser built using golang ","archived":false,"fork":false,"pushed_at":"2021-12-29T11:15:54.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T13:46:26.636Z","etag":null,"topics":["go","go-library","go-package","golang","json","linux","macos","parser","windows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krishpranav.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}},"created_at":"2021-12-29T09:51:46.000Z","updated_at":"2021-12-29T11:15:57.000Z","dependencies_parsed_at":"2022-09-14T21:11:55.533Z","dependency_job_id":null,"html_url":"https://github.com/krishpranav/jsonparser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fjsonparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fjsonparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fjsonparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fjsonparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishpranav","download_url":"https://codeload.github.com/krishpranav/jsonparser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245864157,"owners_count":20684973,"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":["go","go-library","go-package","golang","json","linux","macos","parser","windows"],"created_at":"2024-10-01T09:19:16.145Z","updated_at":"2025-12-30T23:22:30.231Z","avatar_url":"https://github.com/krishpranav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonparser\nA simple json parser built using golang \n\n## Installation:\n```\ngo get -u github.com/krishpranav/jsonparser\n```\n\n## Installing the cli tool:\n- [macOS](https://github.com/krishpranav/jsonparser/releases/download/v1/macOS.zip)\n- [windows](https://github.com/krishpranav/jsonparser/releases/download/v1/windows.zip)\n- [linux](https://github.com/krishpranav/jsonparser/releases/download/v1/linux.zip)\n\n## Cli tool:\n```bash\n$ jsonparser -d 1 \u003c test.json\n```\n\n## Tutorial:\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\n\t\"github.com/krishpranav/jsonparser\"\n)\n\nfunc main() {\n\tf, _ := os.Open(\"test.json\")\n\tdecoder := jsonparser.NewDecoder(f, 1)\n\tfor mv := range decoder.Stream() {\n\t\tfmt.Printf(\"%v\\n \", mv.Value)\n\t}\n}\n```\n\n## Author:\n- [krishpranav](https://github.com/krishpranav)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Fjsonparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishpranav%2Fjsonparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Fjsonparser/lists"}