I am using jsonpickle which creates JSON with "py/object" with parameter unpicklable=True
. If I need unpicklable=False
type simple JSON, is there any library which does this like in Java?
It is very weird to put long "py/object" names in JSON.as these names are specific to application