{"id":26568314,"url":"https://github.com/technige/jsonstream","last_synced_at":"2025-07-22T09:09:54.733Z","repository":{"id":13763905,"uuid":"16458708","full_name":"technige/jsonstream","owner":"technige","description":"JSON parser library","archived":false,"fork":false,"pushed_at":"2014-07-13T16:39:27.000Z","size":428,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T16:02:06.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/technige.png","metadata":{"files":{"readme":"README.rst","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":"2014-02-02T17:09:58.000Z","updated_at":"2018-08-07T07:18:27.000Z","dependencies_parsed_at":"2022-09-23T15:16:35.533Z","dependency_job_id":null,"html_url":"https://github.com/technige/jsonstream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/technige/jsonstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technige%2Fjsonstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technige%2Fjsonstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technige%2Fjsonstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technige%2Fjsonstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technige","download_url":"https://codeload.github.com/technige/jsonstream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technige%2Fjsonstream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266463505,"owners_count":23932901,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-03-22T19:36:28.656Z","updated_at":"2025-07-22T09:09:54.689Z","avatar_url":"https://github.com/technige.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/nigelsmall/jsonstream.png?branch=master\n   :target: https://travis-ci.org/nigelsmall/jsonstream\n\n\n==========\nJSONStream\n==========\n\n*JSONStream* is a JSON parser specifically designed to incrementally parse\nlarge JSON documents in a single pass without loading the entire document into\nmemory.\n\n\nInstallation\n============\n\nJSONStream is hosted on PyPI and so to install, simply use ``pip``::\n\n    pip install jsonstream\n\n\nQuick Start\n===========\n\n::\n\n    \u003e\u003e\u003e from jsonstream import JSONStream\n    \u003e\u003e\u003e list(JSONStream(['[\"hello\", \"world\"]']))\n    [((), []), ((0,), 'hello'), ((1,), 'world')]\n\n\nFurther Reading\n===============\n\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnige%2Fjsonstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnige%2Fjsonstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnige%2Fjsonstream/lists"}