{"id":15777076,"url":"https://github.com/sebastianroming/json-value-replacer","last_synced_at":"2025-03-31T15:37:47.302Z","repository":{"id":57285463,"uuid":"146194796","full_name":"sebastianroming/json-value-replacer","owner":"sebastianroming","description":"replaces all values in a JSON object, no matter how deep.","archived":false,"fork":false,"pushed_at":"2018-08-31T04:44:49.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-05T17:42:11.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/json-value-replacer","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/sebastianroming.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":"2018-08-26T15:57:05.000Z","updated_at":"2018-09-07T09:40:22.000Z","dependencies_parsed_at":"2022-09-16T22:25:02.289Z","dependency_job_id":null,"html_url":"https://github.com/sebastianroming/json-value-replacer","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/sebastianroming%2Fjson-value-replacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianroming%2Fjson-value-replacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianroming%2Fjson-value-replacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianroming%2Fjson-value-replacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastianroming","download_url":"https://codeload.github.com/sebastianroming/json-value-replacer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246490759,"owners_count":20786053,"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":[],"created_at":"2024-10-04T17:42:26.277Z","updated_at":"2025-03-31T15:37:47.279Z","avatar_url":"https://github.com/sebastianroming.png","language":"JavaScript","readme":"# json-value-replacer  [![Build Status](https://travis-ci.org/sebastianroming/json-value-replacer.svg?branch=master)](https://travis-ci.org/sebastianroming/json-value-replacer)\n\n\u003e replaces all values in a JSON object, no matter how deep.\n\n## Install\n```\nnpm install --save json-value-replacer\n```\n\n\n## Usage\n```js\nconst jsonValueReplacer = require('json-value-replacer');\n\nconst obj = { 'a': 'value a', 'b': 'value b', 'c': { 'd': 'value c', 'e': { 'f': 'value f' } } };\n\nconsole.log(jsonValueReplacer(obj, \"#####\"));\n// -\u003e { a: '#####', b: '#####', c: { d: '#####', e: { f: '#####' } } }\n\nconsole.log(jsonValueReplacer.shuffle(obj));\n// -\u003e { a: ' luaave', b: 'bulave ', c: { d: 'c eulav', e: { f: 'flaev u' } } }\n\nconsole.log(jsonValueReplacer.sameLength(obj, '#'));\n// -\u003e { a: '#######', b: '#######', c: { d: '#######', e: { f: '#######' } } }\n```\n\n## License\n\nMIT © [Sebastian Roming](https://webmonkey.io)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianroming%2Fjson-value-replacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianroming%2Fjson-value-replacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianroming%2Fjson-value-replacer/lists"}