Module for merging JSON Objects.
- Free software: GPLv2 license
- Documentation: https://pythonhosted.org/json-merger/
Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:
$ pyenv virtualenv json-merger
$ pyenv activate json-merger
$ cd json-merger/
$ pip install -e ".[all]"
You can now run the tests with:
$ ./run-tests.sh