An open API service indexing awesome lists of open source software.

https://github.com/tyilo/json-data


https://github.com/tyilo/json-data

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# json-data

JavaScript code can generate JSON containing lonely surrogate pairs.
However, the popular [`serde_json`](https://github.com/serde-rs/json) does not support parsing such JSON.

This library supports such strings using its own `JsonString` type.

Comparison generated using [JSON Parsing Test Suite](https://github.com/nst/JSONTestSuite):

![Comparison with JS and serde_json](media/comparison.png)