{"id":15560950,"url":"https://github.com/itibbers/iojson","last_synced_at":"2025-04-23T21:44:49.993Z","repository":{"id":56301156,"uuid":"209241717","full_name":"itibbers/iojson","owner":"itibbers","description":"Import and export json file with pure javascript in browser.","archived":false,"fork":false,"pushed_at":"2020-11-16T04:57:03.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T21:44:45.154Z","etag":null,"topics":["browser","configuration-files","export","import","json","pure-javascript"],"latest_commit_sha":null,"homepage":"https://itibbers.github.io/iojson","language":"JavaScript","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/itibbers.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":"2019-09-18T07:07:40.000Z","updated_at":"2023-03-07T08:38:40.000Z","dependencies_parsed_at":"2022-08-15T16:20:09.305Z","dependency_job_id":null,"html_url":"https://github.com/itibbers/iojson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itibbers%2Fiojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itibbers%2Fiojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itibbers%2Fiojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itibbers%2Fiojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itibbers","download_url":"https://codeload.github.com/itibbers/iojson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250522292,"owners_count":21444509,"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":["browser","configuration-files","export","import","json","pure-javascript"],"created_at":"2024-10-02T16:04:19.720Z","updated_at":"2025-04-23T21:44:49.962Z","avatar_url":"https://github.com/itibbers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iojson\nImport and export json file with pure javascript in browser.\n\n## Install\n\n```bash\nnpm install iojson\n```\n\n## Demo\n\n```js\nimport iojson from 'iojson'\n\nconst data = {\n  // your json data\n}\n\n// export a .json file\niojson.exportJSON(data, 'filename')\n\n// import json from file\niojson.importJSON().then(data =\u003e {\n  // some code\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitibbers%2Fiojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitibbers%2Fiojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitibbers%2Fiojson/lists"}