Installing - controversial/livejson GitHub Wiki
#Installing livejson
livejson
supports both Python 2 and 3, and can be easily installed with pip
.
# Python 2
sudo pip install livejson
# Python 3
sudo pip3 install livejson
After installing, you can just import livejson
from within your code!