You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,18 @@ drop-in replacement for Python's built-in
8
8
around Rust's [serde-json](https://github.com/serde-rs/json) built with
9
9
[pyo3](https://github.com/PyO3/pyo3). Compatible with Python 3 and 2 (not officially supported). This is alpha software and there will be bugs, so maybe don't deploy to production *just* yet. :wink:
10
10
11
+
## Installation
12
+
13
+
```
14
+
pip install hyperjson
15
+
```
16
+
11
17
## Usage
12
18
13
19
hyperjson is meant as a drop-in replacement for Python's [json
0 commit comments