Skip to content

Commit 530cb23

Browse files
committed
README
1 parent 0c68703 commit 530cb23

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# orjson
22

33
orjson is a fast JSON library for Python.
4+
5+
It supports Python 3.6 and Python 3.7.
6+
7+
### License
8+
9+
orjson is dual licensed under the Apache 2.0 and MIT licenses. It contains
10+
code from the hyperjson and ultrajson libraries. It is implemented using
11+
the [serde_json](https://github.com/serde-rs/json) and
12+
[pyo3](https://github.com/PyO3/pyo3) libraries.

0 commit comments

Comments
 (0)