https://github.com/shushtain/colson-pip
ColSON parser for Python
https://github.com/shushtain/colson-pip
colson filetype json parser python
Last synced: 11 months ago
JSON representation
ColSON parser for Python
- Host: GitHub
- URL: https://github.com/shushtain/colson-pip
- Owner: shushtain
- License: mit
- Created: 2025-03-19T13:36:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T18:48:33.000Z (about 1 year ago)
- Last Synced: 2025-03-26T19:03:39.861Z (about 1 year ago)
- Topics: colson, filetype, json, parser, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ColSON pip
[ColSON](https://github.com/shushtain/colson-vscode) parser for Python 3.
> ⚠️ **In per-issue development**
> Any help or critique is encouraged.
## Features
- `colson.loads(x)` parses ColSON data into Python object.
- `colson.dumps(x)` parses Python object into ColSON data.
## Installation
Run:
```bash
pip install colson
```
Import:
```python
import colson
```