json-and-merge

A lightweight solution to validate and merge JSON files, in Python


Keywords
json, merge, python, validate
License
GPL-3.0
Install
pip install json-and-merge==1.0.4

Documentation

json_and_merge

A lightweight solution to validate and merge JSON files, in Python

Open source available on GitHub and PyPI.

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

py -m build

Community

Open a new issue for support.