mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
62 lines
471 B
Plaintext
62 lines
471 B
Plaintext
#
|
|
# AFL dictionary for JSON
|
|
# -----------------------
|
|
#
|
|
# Just the very basics.
|
|
#
|
|
# Inspired by a dictionary by Jakub Wilk <jwilk@jwilk.net>
|
|
#
|
|
|
|
"0"
|
|
",0"
|
|
":0"
|
|
"0:"
|
|
"-1.2e+3"
|
|
|
|
"true"
|
|
"false"
|
|
"null"
|
|
|
|
"\"\""
|
|
",\"\""
|
|
":\"\""
|
|
"\"\":"
|
|
|
|
"{}"
|
|
",{}"
|
|
":{}"
|
|
"{\"\":0}"
|
|
"{{}}"
|
|
|
|
"[]"
|
|
",[]"
|
|
":[]"
|
|
"[0]"
|
|
"[[]]"
|
|
|
|
"''"
|
|
"\\"
|
|
"\\b"
|
|
"\\f"
|
|
"\\n"
|
|
"\\r"
|
|
"\\t"
|
|
"\\u0000"
|
|
"\\x00"
|
|
"\\0"
|
|
"\\uD800\\uDC00"
|
|
"\\uDBFF\\uDFFF"
|
|
|
|
"\"\":0"
|
|
"//"
|
|
"/**/"
|
|
|
|
"$ref"
|
|
"type"
|
|
"coordinates"
|
|
"@context"
|
|
"@id"
|
|
|
|
","
|
|
":"
|