Source package is available on PyPi. It is pure python and you do not need a c/c++ compiler.
You can get the package from PyPi: https://pypi.python.org/pypi/lambdaJSON
To install, run:
python setup.py install
You can also use pip to install the package:
pip install lambdaJSON
to upgrade using pip:
pip install lambdaJSON --upgrade