1[
2   {
3      "param" : "",
4      "input" : "",
5      "name" : "contains",
6      "type" : "op",
7      "ret" : 1
8   },
9   {
10      "name" : "contains",
11      "ret" : 0,
12      "type" : "op",
13      "input" : "",
14      "param" : "TestCase"
15   },
16   {
17      "input" : "TestCase",
18      "param" : "",
19      "type" : "op",
20      "ret" : 1,
21      "name" : "contains"
22   },
23   {
24      "input" : "abcdefghi",
25      "param" : "abc",
26      "type" : "op",
27      "ret" : 1,
28      "name" : "contains"
29   },
30   {
31      "name" : "contains",
32      "ret" : 1,
33      "type" : "op",
34      "param" : "def",
35      "input" : "abcdefghi"
36   },
37   {
38      "name" : "contains",
39      "ret" : 1,
40      "type" : "op",
41      "param" : "ghi",
42      "input" : "abcdefghi"
43   },
44   {
45      "input" : "abcdefghi",
46      "param" : "ghij",
47      "name" : "contains",
48      "type" : "op",
49      "ret" : 0
50   },
51   {
52      "input" : "x",
53      "param" : "x",
54      "name" : "contains",
55      "ret" : 1,
56      "type" : "op"
57   },
58   {
59      "ret" : 1,
60      "type" : "op",
61      "name" : "contains",
62      "input" : "xyz",
63      "param" : "y"
64   },
65   {
66      "param" : "hiding",
67      "input" : "hidinX<-not quite, but is later on->hiding",
68      "ret" : 1,
69      "type" : "op",
70      "name" : "contains"
71   }
72]
73