[tor-talk] Onionoo docs JSON parser?

meejah meejah at meejah.ca
Thu Jun 12 21:02:05 UTC 2014


grarpamp <grarpamp at gmail.com> writes:

> For now I 'm probably looking for something in python or perl
> for use against generic json format files on disk, it comes
> up often. I should search github more.

Are you looking for somethin beyond this:

   import json
   print json.load(open('file.json', 'r'))

The "json" module is built-in for python2.7 and python3

-- 
meejah



More information about the tor-talk mailing list