more comments;
authorwenzelm
Thu, 15 Mar 2018 22:43:35 +0100
changeset 67874 599753dd6501
parent 67873 e4e740ba74a4
child 67875 641315ebed02
more comments;
src/Pure/General/json.scala
--- a/src/Pure/General/json.scala	Thu Mar 15 22:41:59 2018 +0100
+++ b/src/Pure/General/json.scala	Thu Mar 15 22:43:35 2018 +0100
@@ -2,6 +2,8 @@
     Author:     Makarius
 
 Support for JSON: https://www.json.org/.
+
+See also http://seriot.ch/parsing_json.php "Parsing JSON is a Minefield".
 */
 
 package isabelle