An open API service indexing awesome lists of open source software.

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

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
```