From eff47f29614902767e46007f76a3b2c4aca23034 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Sat, 11 Jan 2020 17:20:10 +0200 Subject: [PATCH] Link to FAQ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c02ef4b..4b2b93b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Clojure library for fast JSON encoding and decoding. * Uses [jackson-databind](https://github.com/FasterXML/jackson-databind) * Mostly written in Java for speed * [API docs](https://metosin.github.io/jsonista/) +* [FAQ](./docs/faq.md) Much faster than [Cheshire](https://github.com/dakrone/cheshire) while still having all the necessary features for web development. Designed for use with [Muuntaja](https://github.com/metosin/muuntaja).