Support PYSON string format between all clients
There are some differences between the string format from the Python PYSON and the Javascript PYSON:
- And/Or in JS takes an Array instead of arguments
- Python support True/False and JS true/false
I think we should unify this so user can copy/paste from one client to another without issue. For that I think sao should support arguments for And/Or. And each client should have an alias for boolean values. It is not a problem if each format the string with a different cases as long as the clients support both.