lists.html - webdump_tests - Testfiles for webdump
(HTM) git clone git://git.codemadness.org/webdump_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
lists.html (1501B)
---
1 <h2>List 1: list with hyperlinks</h2>
2
3 <ul>
4 <li>Sites:
5 <ul>
6 <li><a href="http://seriot.ch/parsing_json.php">seriot.ch - Parsing JSON is a Minefield</a></li>
7 <li><a href="https://github.com/nst/JSONTestSuite">A comprehensive test suite for RFC 8259 compliant JSON parsers</a></li>
8 <li><a href="https://json.org/">json.org</a></li>
9 </ul>
10 </li>
11 <li>Current standard:
12 <ul>
13 <li><a href="https://tools.ietf.org/html/rfc8259">RFC8259 - The JavaScript Object Notation (JSON) Data Interchange Format</a></li>
14 <li><a href="https://www.ecma-international.org/publications/standards/Ecma-404.htm">Standard ECMA-404 - The JSON Data Interchange Syntax (2nd edition (December 2017)</a></li>
15 </ul>
16 </ul>
17
18 <h2>List 2: no hyperlink</h2>
19
20 <ul>
21 <li>Sites:
22 <ul>
23 <li>seriot.ch - Parsing JSON is a Minefield</li>
24 <li>A comprehensive test suite for RFC 8259 compliant JSON parsers</li>
25 <li>json.org</li>
26 </ul>
27 </li>
28 <li>Current standard:
29 <ul>
30 <li>RFC8259 - The JavaScript Object Notation (JSON) Data Interchange Format</li>
31 <li>Standard ECMA-404 - The JSON Data Interchange Syntax (2nd edition (December 2017)</li>
32 </ul>
33 </ul>
34
35 <h2>List 3: autoclose / void tag</h2>
36
37 <ul>
38 <li>Sites:
39 <ul>
40 <li>seriot.ch - Parsing JSON is a Minefield
41 <li>A comprehensive test suite for RFC 8259 compliant JSON parsers
42 <li>json.org
43 </ul>
44 </li>
45 <li>Current standard:
46 <ul>
47 <li>RFC8259 - The JavaScript Object Notation (JSON) Data Interchange Format
48 <li>Standard ECMA-404 - The JSON Data Interchange Syntax (2nd edition (December 2017)
49 </ul>
50 </ul>