jsonunpickle#

jsonunpickle(json=None, filename=None)[source]#

Open a saved JSON pickle

See sc.jsonpickle() for full documentation.

Parameters:
  • json (str or object) – if supplied, restore the data from a string or object

  • filename (str/path) – if supplied, restore data from file

New in version 3.1.0: “filename” argument