Hello,
I'm trying to solve some issues in my plugin's JSON data but when I print the data to the Console it is truncated with an ellipsis ...
print((json.dumps(data, indent=4, sort_keys=True)))
This is not the case in S22. How can I restore the full verbose print functionality? Thank you!