File tree 5 files changed +130
-5
lines changed
5 files changed +130
-5
lines changed Original file line number Diff line number Diff line change 14
14
"valid" : false
15
15
},
16
16
{
17
- "description" : " ignores non-strings " ,
17
+ "description" : " ignores booleans " ,
18
18
"data" : true ,
19
19
"valid" : true
20
+ },
21
+ {
22
+ "description" : " ignores integers" ,
23
+ "data" : 123 ,
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " ignores floats" ,
28
+ "data" : 1.0 ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " ignores objects" ,
33
+ "data" : {},
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " ignores arrays" ,
38
+ "data" : [],
39
+ "valid" : true
40
+ },
41
+ {
42
+ "description" : " ignores null" ,
43
+ "data" : null ,
44
+ "valid" : true
20
45
}
21
46
]
22
47
},
Original file line number Diff line number Diff line change 14
14
"valid" : false
15
15
},
16
16
{
17
- "description" : " ignores non-strings " ,
17
+ "description" : " ignores booleans " ,
18
18
"data" : true ,
19
19
"valid" : true
20
+ },
21
+ {
22
+ "description" : " ignores integers" ,
23
+ "data" : 123 ,
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " ignores floats" ,
28
+ "data" : 1.0 ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " ignores objects" ,
33
+ "data" : {},
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " ignores arrays" ,
38
+ "data" : [],
39
+ "valid" : true
40
+ },
41
+ {
42
+ "description" : " ignores null" ,
43
+ "data" : null ,
44
+ "valid" : true
20
45
}
21
46
]
22
47
},
Original file line number Diff line number Diff line change 14
14
"valid" : false
15
15
},
16
16
{
17
- "description" : " ignores non-strings " ,
17
+ "description" : " ignores booleans " ,
18
18
"data" : true ,
19
19
"valid" : true
20
+ },
21
+ {
22
+ "description" : " ignores integers" ,
23
+ "data" : 123 ,
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " ignores floats" ,
28
+ "data" : 1.0 ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " ignores objects" ,
33
+ "data" : {},
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " ignores arrays" ,
38
+ "data" : [],
39
+ "valid" : true
40
+ },
41
+ {
42
+ "description" : " ignores null" ,
43
+ "data" : null ,
44
+ "valid" : true
20
45
}
21
46
]
22
47
},
Original file line number Diff line number Diff line change 14
14
"valid" : false
15
15
},
16
16
{
17
- "description" : " ignores non-strings " ,
17
+ "description" : " ignores booleans " ,
18
18
"data" : true ,
19
19
"valid" : true
20
+ },
21
+ {
22
+ "description" : " ignores integers" ,
23
+ "data" : 123 ,
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " ignores floats" ,
28
+ "data" : 1.0 ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " ignores objects" ,
33
+ "data" : {},
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " ignores arrays" ,
38
+ "data" : [],
39
+ "valid" : true
40
+ },
41
+ {
42
+ "description" : " ignores null" ,
43
+ "data" : null ,
44
+ "valid" : true
20
45
}
21
46
]
22
47
},
Original file line number Diff line number Diff line change 14
14
"valid" : false
15
15
},
16
16
{
17
- "description" : " ignores non-strings " ,
17
+ "description" : " ignores booleans " ,
18
18
"data" : true ,
19
19
"valid" : true
20
+ },
21
+ {
22
+ "description" : " ignores integers" ,
23
+ "data" : 123 ,
24
+ "valid" : true
25
+ },
26
+ {
27
+ "description" : " ignores floats" ,
28
+ "data" : 1.0 ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " ignores objects" ,
33
+ "data" : {},
34
+ "valid" : true
35
+ },
36
+ {
37
+ "description" : " ignores arrays" ,
38
+ "data" : [],
39
+ "valid" : true
40
+ },
41
+ {
42
+ "description" : " ignores null" ,
43
+ "data" : null ,
44
+ "valid" : true
20
45
}
21
46
]
22
47
},
You can’t perform that action at this time.
0 commit comments