{"id":19868361,"url":"https://github.com/alex0007/create-json-stream","last_synced_at":"2026-06-07T18:32:45.556Z","repository":{"id":44048425,"uuid":"217937630","full_name":"Alex0007/create-json-stream","owner":"Alex0007","description":"Streaming big json files","archived":false,"fork":false,"pushed_at":"2023-01-05T00:06:15.000Z","size":289,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T00:08:32.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alex0007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-28T00:45:18.000Z","updated_at":"2024-06-14T06:19:10.000Z","dependencies_parsed_at":"2023-02-03T01:15:34.955Z","dependency_job_id":null,"html_url":"https://github.com/Alex0007/create-json-stream","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Alex0007/create-json-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alex0007%2Fcreate-json-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alex0007%2Fcreate-json-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alex0007%2Fcreate-json-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alex0007%2Fcreate-json-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alex0007","download_url":"https://codeload.github.com/Alex0007/create-json-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alex0007%2Fcreate-json-stream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34034025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2024-11-12T15:34:54.899Z","updated_at":"2026-06-07T18:32:45.541Z","avatar_url":"https://github.com/Alex0007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-json-stream [![npm](https://img.shields.io/npm/v/create-json-stream)](https://www.npmjs.com/package/create-json-stream) ![](https://img.shields.io/david/alex0007/create-json-stream) [![](https://travis-ci.org/Alex0007/create-json-stream.svg?branch=master)](https://travis-ci.org/Alex0007/create-json-stream)\n\n\nWrapper around [indutny/json-depth-stream](https://github.com/indutny/json-depth-stream) for easier access to emitted JSON items. Not so low-level / no need to read data by offsets.\n\n\n## Example\n\n```ts\nimport { createJsonStream } from \"create-json-stream\";\n\n// Stream emits geojson features 1 by 1\nconst stream = createJsonStream(\n    \"food-dominance.geojson\",\n    {\n        path: [\"features\"],\n        depth: 2\n    },\n    { encoding: null }\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex0007%2Fcreate-json-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex0007%2Fcreate-json-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex0007%2Fcreate-json-stream/lists"}