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.
- Host: GitHub
- URL: https://github.com/crazypython/fjson
- Owner: CrazyPython
- Created: 2016-09-18T11:25:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T21:15:16.000Z (over 9 years ago)
- Last Synced: 2025-02-17T23:53:59.212Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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