ColSON parser for Python 3.
⚠️ This package is deprecated. While it was fun to implement, you are better off using TOML or YAML.
colson.loads(x)
parses ColSON data into Python object.colson.dumps(x)
parses Python object into ColSON data.
Run:
pip install colson
Import:
import colson