I need a javascript pickler (or json to pickled string utility) that outputs strings equivalent to what pickle.dumps would provide. Is that feasible? If not could you give some programming pointers for me to endeavour in writing?
I need a javascript pickler (or json to pickled string utility) that outputs strings equivalent to what pickle.dumps would provide.
Is that feasible?
If not could you give some programming pointers for me to endeavour in writing?