Adding a manually written filters test for more specific testing.

The generated one is more for brute forcing compliance.
This commit is contained in:
Tom Alexander 2020-05-23 16:04:36 -04:00
parent c81a0c5001
commit 894da51916
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"string": "{\"foo\": \"bar\"}",
"integer": 4,
"float": 7.4,
"boolean": true,
"null": null,
"array": [
"foo",
"bar"
],
"object": {
"foo": "bar"
}
}

View File

@ -0,0 +1,3 @@
Object parsed: {string|jp}{~n}
Object parsed and stringified: {string|jp|js}{~n}
Object stringified and parsed: {string|js|jp}{~n}