{"id":15097701,"url":"https://github.com/sap/json-merger-and-symbol-interpolator","last_synced_at":"2026-03-01T15:33:28.346Z","repository":{"id":256372968,"uuid":"851657832","full_name":"SAP/json-merger-and-symbol-interpolator","owner":"SAP","description":"Command line tools to merge json files and to replace symbols in json files.","archived":false,"fork":false,"pushed_at":"2025-03-25T17:37:00.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-14T12:03:06.243Z","etag":null,"topics":["json","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-09-03T13:48:05.000Z","updated_at":"2025-04-04T03:38:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"16e8778a-8cc4-4f05-84ee-9b6e3edd77b4","html_url":"https://github.com/SAP/json-merger-and-symbol-interpolator","commit_stats":null,"previous_names":["sap/json-merger-and-symbol-interpolator"],"tags_count":0,"template":false,"template_full_name":"SAP/repository-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fjson-merger-and-symbol-interpolator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fjson-merger-and-symbol-interpolator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fjson-merger-and-symbol-interpolator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fjson-merger-and-symbol-interpolator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/json-merger-and-symbol-interpolator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877987,"owners_count":21176243,"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":["json","python"],"created_at":"2024-09-25T16:24:59.621Z","updated_at":"2026-03-01T15:33:28.313Z","avatar_url":"https://github.com/SAP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![REUSE status](https://api.reuse.software/badge/github.com/SAP/json-merger-and-symbol-interpolator)](https://api.reuse.software/info/github.com/SAP/json-merger-and-symbol-interpolator)\n\n# json-merger-and-symbol-interpolator\n\n## About this project\n\nCommand line tools to merge json files and to replace symbols in json files.\n\nWhen shared JSON data is copied to different files, any changes to that data must be made in each file where it was copied. This is tedious and error prone; better to change shared JSON data in one place only. These three Python programs, mergejson.py, mergeall.py and factorjson.py, offer alternatives to copying so that shared JSON data can be changed centrally.\n\nThere is a detailed user guide here: https://github.com/SAP/json-merger-and-symbol-interpolator/blob/main/user-guide.md\n\n## Requirements and Setup\n\n### Users\n\nInstall\n- Python3\n\nRead the [User Guide](user-guide.md).\n\n### Developers\n\nInstall\n- Python3\n- PyLint (hint: `pip install pylint`) static code checker.\n- YAPF (hint: `pip install yapf`) code formatter.\n- 3rd party lib jcs (hint: `pip install jcs`) for unit testing, to canonicalize expected and actual json before comparison.\n\nFrom the location where git cloned `json-merger-and-symbol-interpolator/py`, run all the unit tests: `python -m unittest discover -v -b`.\n\nWhen writing code:\n- try to follow this [python style guide](https://google.github.io/styleguide/pyguide.html).\n- format it using `yapf --style=google -i --no-local-style --verbose \u003csourcefile\u003e`.\n- pylint scores must be perfect 10.00/10, with `--rcfile=json-merger-and-symbol-interpolator/py/pylint.rc` (when unavoidable, `#pylint: disable=` is allowed).\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/json-merger-and-symbol-interpolator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/json-merger-and-symbol-interpolator/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2024 SAP SE or an SAP affiliate company and json-merger-and-symbol-interpolator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/json-merger-and-symbol-interpolator).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fjson-merger-and-symbol-interpolator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap%2Fjson-merger-and-symbol-interpolator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fjson-merger-and-symbol-interpolator/lists"}