1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Avoid privacy breaches reading the documentation
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-10-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# flatted
- [](https://coveralls.io/github/WebReflection/flatted?branch=master) [](https://travis-ci.org/WebReflection/flatted) [](https://opensource.org/licenses/ISC) 
-
A super light (0.5K) and fast circular JSON parser, directly from the creator of [CircularJSON](https://github.com/WebReflection/circular-json/#circularjson).
```js
|