JSONtools#
Here are all the tools that I found myself writing many times to make minimal changes in JSON structured data.
From now on, if I have to write something to manipulate any jsonified API response I will try to make it general enough to keep adding functionalities here.
How to contribute#
If anyone is willing to contribute that is always good news. The only rule is that you can only use Python builtins because this package must be small enough to not have any dependency (so you can install it and use as any other builtin tools).