diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:02:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:32:48 +0100 |
commit | 1979919b792910e6c75f3e28596f017d980b45ee (patch) | |
tree | e59fae108e195b6edc22bfc13181b2e2dcd7cd59 /README.md | |
parent | efe70ef04ae57bca78344cd13ccf4e40eac3ed21 (diff) | |
download | gleam_json-1979919b792910e6c75f3e28596f017d980b45ee.tar.gz gleam_json-1979919b792910e6c75f3e28596f017d980b45ee.zip |
Decoding
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,11 +2,10 @@ 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 +Erlang/OTP 27.0 or higher is required when targeting Erlang. + Add this package to your Gleam project. ```shell |