aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 18:53:12 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 18:53:12 +0000
commitee6fed818f9925df00df129873c6858618d0c92a (patch)
tree9c3e3e4ac0947f1a9357a0fae90f2e8363e56bde /README.md
parentd8b217db0ead5e0bbf5ee8aa0919d8223c7f425f (diff)
downloadgleam_json-ee6fed818f9925df00df129873c6858618d0c92a.tar.gz
gleam_json-ee6fed818f9925df00df129873c6858618d0c92a.zip
Note Thoas usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2961785..9a0c9fc 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,17 @@
Work with JSON in Gleam!
+Under the hood library uses [Thoas](https://github.com/lpil/thoas/), the fastest
+and most memory efficient pure Erlang JSON encoder/decoder.
+
+## Installation
+
+Add this package to your Gleam project.
+
+```shell
+gleam add gleam_json
+```
+
### Encoding
```rust
@@ -52,11 +63,3 @@ pub type MyError {
InvalidFormat(dynamic.DecodeError)
}
```
-
-## Installation
-
-Add this package to your Gleam project.
-
-```shell
-gleam add gleam_json
-```