From 3c5dbc740d6123ca31fcbee11afedc6f7bd05b85 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Mon, 11 Mar 2024 11:47:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bf5bc1c..cb4bb20 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@

---- - **query-json** is a [faster](#Performance), simpler and more portable implementation of the [jq language](https://github.com/stedolan/jq/wiki/jq-Language-Description) in [Reason](https://reasonml.github.io/docs/en/native) distributed as a dependency-free binary thanks to the OCaml compiler, and distributed to the web with [js_of_ocaml](https://github.com/ocsigen/js_of_ocaml). **query-json** allows you to write small programs to operate on top of json files with a concise syntax.