History log of /seL4-l4v-10.1.1/l4v/isabelle/src/Pure/General/json.scala
Revision Date Author Comments
# 78683d71 16-Mar-2018 wenzelm <none@none>

prefer typed UUID;


# b8eaa0fe 15-Mar-2018 wenzelm <none@none>

more comments;


# 7b4ee053 15-Mar-2018 wenzelm <none@none>

prefer non-strict defaults;


# 515f2ac4 14-Mar-2018 wenzelm <none@none>

more informative error with JSON result;
tuned signature;


# b5aee782 13-Mar-2018 wenzelm <none@none>

tuned signature;


# 4cf9441d 13-Mar-2018 wenzelm <none@none>

more operations for typed JSON values;


# 1311f50b 13-Mar-2018 wenzelm <none@none>

clarified signature;


# ab16fb90 12-Mar-2018 wenzelm <none@none>

clarified signature;


# 05d51472 11-Mar-2018 wenzelm <none@none>

tuned comments;


# 13f3a7f1 01-Mar-2018 wenzelm <none@none>

tuned comment;


# cf0d59d0 01-Dec-2017 wenzelm <none@none>

more accurate JSON parsing according to http://seriot.ch/parsing_json.php


# e33dd543 27-Oct-2017 wenzelm <none@none>

tuned signature;


# 82c8c8d2 27-Oct-2017 wenzelm <none@none>

tuned signature;


# 59a9485e 27-Oct-2017 wenzelm <none@none>

separate JSON parser, which is slightly more general than (deprecated) scala.util.parsing.json.JSON;


# 60276b18 27-Oct-2017 wenzelm <none@none>

more permissive;


# 41ab2b16 26-Oct-2017 wenzelm <none@none>

separate JSON lexer;


# 76b049b8 11-Jan-2017 wenzelm <none@none>

tuned;


# 55050690 03-Jan-2017 wenzelm <none@none>

avoid escape of '/' in JSONFormat.quoteString;


# 8261661b 10-Dec-2016 wenzelm <none@none>

clarified JSON operations (see isabelle_vscode/a7931dc2a1ab);


# 05ddf657 02-Oct-2016 wenzelm <none@none>

updated headers;


# 65401ad1 09-Aug-2016 wenzelm <none@none>

support for JSON parsing;