Easy Install, Python eggs and simplejson
I've started using simplejson to validate some JSON I'm serializing, after reading a post about it on Simon's blog. I don't want to write about simplejson itself here (read Simon's post if you want to know more) but I do want to share with you how easy it was to install simplejson using Easy Install and a Python egg.
Installing a Python egg is dead simple if you have Easy Install. All I had to do was download the ez_setup.py script and run it (sudo python ez_setup.py
). Once I had Easy Install installed, easy_install simplejson
handled the rest. Nice!
I should really get back into Python sometime...
Comments
by Simple automatic JSON serializer in ActionScript at Aral Balkan on 2007-03-17 17:47:40
by Bob Ippolito on 2007-03-19 15:41:54
by aral on 2007-03-20 07:12:00
by Alcira on 2009-05-26 19:13:25
by Arkapravo on 2010-03-05 04:03:27