Utility Mill

json_2_pickle

Convert JSON data to a Python pickle.


Output


Instructions / Discussion

Accepts JSON data, parses it using simplejson, and then returns it as a Python pickle, with selected protocol for output. If selected protocol is 1 or 2, data will be base64 encoded (due to the formats being binary). Optional base64 encoding may be carried out on protocol 0.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py