From ee6fed818f9925df00df129873c6858618d0c92a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 1 Jan 2022 18:53:12 +0000 Subject: Note Thoas usage --- README.md | 19 +++++++++++-------- 1 file 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 -``` -- cgit v1.2.3