{"id":30027093,"url":"https://github.com/calbertts/simplejsonmapper","last_synced_at":"2025-08-06T12:17:55.794Z","repository":{"id":32514158,"uuid":"36095229","full_name":"calbertts/simplejsonmapper","owner":"calbertts","description":"Simple JSON Graph","archived":false,"fork":false,"pushed_at":"2015-05-25T22:57:24.000Z","size":2860,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T15:28:56.483Z","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/calbertts.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":"2015-05-22T21:05:54.000Z","updated_at":"2015-09-10T03:37:22.000Z","dependencies_parsed_at":"2022-09-05T09:01:09.970Z","dependency_job_id":null,"html_url":"https://github.com/calbertts/simplejsonmapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calbertts/simplejsonmapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fsimplejsonmapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fsimplejsonmapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fsimplejsonmapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fsimplejsonmapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calbertts","download_url":"https://codeload.github.com/calbertts/simplejsonmapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fsimplejsonmapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269078459,"owners_count":24356257,"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-08-06T02:00:09.910Z","response_time":99,"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":"2025-08-06T12:17:54.720Z","updated_at":"2025-08-06T12:17:55.778Z","avatar_url":"https://github.com/calbertts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple JSON Mapper \n\nHow to run:\n\n```bash\n$ npm install\n```\n\n```bash\n$ npm run start\n```\n\n***\n\nExample:\n\nIf you copy this on Structure:\n\n```json\n{\n\"name\": \"Root\",\n  \"children\": [\n    {\n      \"name\": \"Node 1\"\n    },\n    {\n      \"name\": \"Node 2\",\n      \"children\": [\n        {\n          \"name\": \"SubNode 2\"\n        }\n      ]\n    }\n  ]\n}\n```\n\nYou will get this:\n\n```json\n{\n  \"Node 1\": \"String\",\n  \"Node 2\": {\n    \"SubNode 2\": \"String\"\n  }\n}\n```\n\n**Arrays aren't supported**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalbertts%2Fsimplejsonmapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalbertts%2Fsimplejsonmapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalbertts%2Fsimplejsonmapper/lists"}