Possible python script return object? #1728
Answered
by
rubenfiszel
royalmaster960
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
rubenfiszel
Jun 14, 2023
Replies: 1 comment 1 reply
-
You cannot just return an object since every output will be serialized to json, however you can likely pickle it. See: https://jsonpickle.github.io/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
royalmaster960
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot just return an object since every output will be serialized to json, however you can likely pickle it. See: https://jsonpickle.github.io/