https://github.com/whoeza/json_and_merge
A lightweight solution to validate and merge JSON files, in Python
https://github.com/whoeza/json_and_merge
json merge python validate
Last synced: 3 months ago
JSON representation
A lightweight solution to validate and merge JSON files, in Python
- Host: GitHub
- URL: https://github.com/whoeza/json_and_merge
- Owner: Whoeza
- License: gpl-3.0
- Created: 2022-06-06T20:58:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T11:49:28.000Z (about 4 years ago)
- Last Synced: 2025-03-11T19:36:28.825Z (over 1 year ago)
- Topics: json, merge, python, validate
- Language: Python
- Homepage: https://pypi.org/project/json-and-merge/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# json_and_merge
A lightweight solution to validate and merge JSON files, in Python
Open source available on [GitHub](https://github.com/Whoeza/json_and_merge) and
[PyPI](https://pypi.org/project/json_and_merge/).
## Installation
Install from pip:
`py -m pip install json_and_merge`
Update to the latest version from pip:
`py -m pip install --upgrade json_and_merge`
Uninstall from pip:
`py -m pip uninstall json_and_merge`
### Building from sources
Run this command from the package directory on your filesystem:
### Development diary
[DEVDIARY.md](https://github.com/Whoeza/json_and_merge/blob/main/DEVDIARY.md)
`py -m build`
## Community
[Open a new issue](https://github.com/Whoeza/json_and_merge/issues) for
support.