Adding a manually written filters test for more specific testing.

The generated one is more for brute forcing compliance.
master
Tom Alexander 4 years ago
parent c81a0c5001
commit 894da51916
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

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

@ -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}
Loading…
Cancel
Save