Skip to content

Instantly share code, notes, and snippets.

@EmilGedda
Created April 16, 2019 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmilGedda/51d3138f25bc273bac89229dea2b303c to your computer and use it in GitHub Desktop.
Save EmilGedda/51d3138f25bc273bac89229dea2b303c to your computer and use it in GitHub Desktop.
json fuzzing seed
{
"a": "b",
"b": true,
"obj": { "a": "c" },
"undef": null,
"c": false,
"int": -1,
"list": [1, 2, 0, 3,
4, -6 ],
"obj2": {
"a": { "d": "c", "g":
[
"123 456-7890", null, ""
] },
"b": [],
"c": { "d": { "e": { "f": -0}}} }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment