jsondiff
diff JSON and JSON-like structures in Python 3
Install
- All systems
-
curl cmd.cat/jsondiff.sh
- Debian
-
apt-get install python3-jsondiff
- Ubuntu
-
apt-get install python3-jsondiff
- Arch Linux
-
pacman -S python3-jsondiff
- Kali Linux
-
apt-get install python3-jsondiff
- Fedora
-
dnf install python3-jsondiff
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-jsondiff
- Dockerfile
- dockerfile.run/jsondiff
python3-jsondiff
diff JSON and JSON-like structures in Python 3
Python 3 module providing diff JSON and JSON-like structures. This package provides the Python 3 version of the module.
python3-jsonpatch
library to apply JSON patches - python 3.x
Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. From the IETF site: JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. This package provides the Python 3.x module.
python-jsondiff
diff JSON and JSON-like structures in Python 2
Python 2 module providing diff JSON and JSON-like structures. This package provides the Python 2 version of the module.
python-jsonpatch
library to apply JSON patches - python 2.x
Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. From the IETF site: JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. This package provides the Python 2.x module.