From ac1cc224b3cd4c0d147b5e9315e55d55d8f21f9c Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 21 Jan 2019 16:31:00 +0000 Subject: [PATCH] Added brief description of Nano JSON. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 138509a..3aa90f9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ older versions might be available on a dedicated branch. which (sometimes) helps to focus on the important parts of complex type declarations. +* [Nano_JSON.thy](Nano_JSON.thy) provides support for a JSON-like + data exchange for Isabelle/HOL. + ## Authors Main author: [Achim D. Brucker](http://www.brucker.ch/)