Settings

Theme

How many valid JSON strings are there?

qntm.org

10 points by bitslayer 3 months ago · 1 comment

Reader

bjackman 3 months ago

I guess (?) you could write a function to check, for a given string, if it was included in your enumeration.

Then, it would be cool to fuzz a JSON parser and whenever the fuzzer encounters a string that the parser accepts, check if it's enumerated.

I bet this would find some cool corner cases!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection