Utility Mill

pickle_2_json

Converts a Python Pickle to JSON data.


Output


Instructions / Discussion

Accepts a Python Pickle in protocol 0, 1 or 2, and converts it to JSON data using simplejson. If the data is either protocol 1 or 2, then data will be read in base64 format. Optionally, input may be specified as base64 if using protocol 0. Returned JSON data will be pretty-printed.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py