{"id":15379994,"url":"https://github.com/marvinhagemeister/json-utils-optimized","last_synced_at":"2026-04-29T14:33:04.953Z","repository":{"id":66223244,"uuid":"78099506","full_name":"marvinhagemeister/json-utils-optimized","owner":"marvinhagemeister","description":"Extremly optimized utils when dealing with plain javascript objects","archived":false,"fork":false,"pushed_at":"2017-01-22T08:38:04.000Z","size":28,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T14:04:10.514Z","etag":null,"topics":["json","jsonutil"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/marvinhagemeister.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-05T09:33:34.000Z","updated_at":"2017-01-05T22:59:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f84fb354-7835-4ce8-812b-f4fd9522fdd1","html_url":"https://github.com/marvinhagemeister/json-utils-optimized","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.3571428571428571,"last_synced_commit":"2b4d11e9e936e2d28c479a2faf6cc0d8a9e7a1fb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marvinhagemeister/json-utils-optimized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fjson-utils-optimized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fjson-utils-optimized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fjson-utils-optimized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fjson-utils-optimized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marvinhagemeister","download_url":"https://codeload.github.com/marvinhagemeister/json-utils-optimized/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fjson-utils-optimized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32429126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["json","jsonutil"],"created_at":"2024-10-01T14:20:42.068Z","updated_at":"2026-04-29T14:33:04.938Z","avatar_url":"https://github.com/marvinhagemeister.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON utils\n\nUseful helper functions that are highly optimized for V8. For example `deepMerge`\nis about 5-7% faster than [lodash.merge](https://www.npmjs.com/package/lodash.merge).\n\n## Usage\n\n```bash\n# npm\nnpm install json-utils-optimized\n\n# or yarn\nyarn install json-utils-optimized\n```\n\n## API\n\n### `deepMerge(...objs)`\n\nDeeply merge an arbitrary number of plain objects.\n\n### `protoMerge(a, b)`\n\nShallow merge `a` into `b` by swapping prototype references. This is a lot faster than\nthe native `Object.assign`. Note that this should only be used when you\nhave full control over both objects.\n\n### `getKeyByValue(obj, value)`\n\nGet an objects key by its value. Only works on shallow objects.\n\n## License\n\nMIT, see `LICENSE.md`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinhagemeister%2Fjson-utils-optimized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinhagemeister%2Fjson-utils-optimized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinhagemeister%2Fjson-utils-optimized/lists"}