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

https://github.com/crazypython/fjson

The last JSON library.
https://github.com/crazypython/fjson

Last synced: 7 months ago
JSON representation

The last JSON library.

Awesome Lists containing this project

README

          

# `fjson`
fjson figures out which json library is the fastest for you.

## Usage
Simply put
```python
import fjson as json
```

at the top of your file.

Run your program and fjson will tell you which modules you need to install.

## Supported Python implementations

`fjson` supports
- PyPy
- CPython > 2
- CPython > 3