mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix typo
This commit is contained in:
parent
6d4bb7928b
commit
b420b86d69
@ -24,7 +24,7 @@ deserialize(serialize(data)) == data
|
||||
True
|
||||
```
|
||||
|
||||
Since bigchaindb performs a lot of serialization we decided to use [python-rapidjson](https://github.com/kenrobbins/python-rapidjson)
|
||||
Since BigchainDB performs a lot of serialization we decided to use [python-rapidjson](https://github.com/kenrobbins/python-rapidjson)
|
||||
which is a python wrapper for [rapidjson](https://github.com/miloyip/rapidjson) a fast and fully RFC complient JSON parser.
|
||||
|
||||
```python
|
||||
|
Loading…
x
Reference in New Issue
Block a user