We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c68703 commit 530cb23Copy full SHA for 530cb23
1 file changed
README.md
@@ -1,3 +1,12 @@
1
# orjson
2
3
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