File tree Expand file tree Collapse file tree 5 files changed +130
-5
lines changed
Expand file tree Collapse file tree 5 files changed +130
-5
lines changed Original file line number Diff line number Diff line change 1414 "valid" : false
1515 },
1616 {
17- "description" : " ignores non-strings " ,
17+ "description" : " ignores booleans " ,
1818 "data" : true ,
1919 "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
2045 }
2146 ]
2247 },
Original file line number Diff line number Diff line change 1414 "valid" : false
1515 },
1616 {
17- "description" : " ignores non-strings " ,
17+ "description" : " ignores booleans " ,
1818 "data" : true ,
1919 "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
2045 }
2146 ]
2247 },
Original file line number Diff line number Diff line change 1414 "valid" : false
1515 },
1616 {
17- "description" : " ignores non-strings " ,
17+ "description" : " ignores booleans " ,
1818 "data" : true ,
1919 "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
2045 }
2146 ]
2247 },
Original file line number Diff line number Diff line change 1414 "valid" : false
1515 },
1616 {
17- "description" : " ignores non-strings " ,
17+ "description" : " ignores booleans " ,
1818 "data" : true ,
1919 "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
2045 }
2146 ]
2247 },
Original file line number Diff line number Diff line change 1414 "valid" : false
1515 },
1616 {
17- "description" : " ignores non-strings " ,
17+ "description" : " ignores booleans " ,
1818 "data" : true ,
1919 "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
2045 }
2146 ]
2247 },
You can’t perform that action at this time.
0 commit comments