This commit is contained in:
Rodolphe Marques 2016-05-19 11:50:43 +02:00
parent 6d4bb7928b
commit b420b86d69

View File

@ -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