top | item 25464353 (no title) 0zymandiass | 5 years ago I'm sure they aren't perfect, but their test suite and extensive fuzz testing is far better than any XML or JSON parser I've ever seenhttps://www.sqlite.org/testing.html discuss order hn newest _0w8t|5 years ago I do not agree about JSON. As a format it is so trivial one can cover it with few test cases. SQL dialect that SQLite uses is vastly more complex. thristian|5 years ago You'd think so, but in practice no two JSON parsers have the same bugs, so it's more complex than you might think:http://seriot.ch/json/parsing.html#all_results load replies (2)
_0w8t|5 years ago I do not agree about JSON. As a format it is so trivial one can cover it with few test cases. SQL dialect that SQLite uses is vastly more complex. thristian|5 years ago You'd think so, but in practice no two JSON parsers have the same bugs, so it's more complex than you might think:http://seriot.ch/json/parsing.html#all_results load replies (2)
thristian|5 years ago You'd think so, but in practice no two JSON parsers have the same bugs, so it's more complex than you might think:http://seriot.ch/json/parsing.html#all_results load replies (2)
_0w8t|5 years ago
thristian|5 years ago
http://seriot.ch/json/parsing.html#all_results