Lines Matching refs:json_validate
2 json_validate() - General usage
7 json_validate(""),
8 json_validate("."),
9 json_validate("<?>"),
10 json_validate(";"),
11 json_validate("руссиш"),
12 json_validate("blah"),
13 json_validate('{ "": "": "" } }'),
14 json_validate('{ "": { "": "" }'),
15 …json_validate('{ "test": {} "foo": "bar" }, "test2": {"foo" : "bar" }, "test2": {"foo" : "bar" } }…
17 json_validate('{ "test": { "foo": "bar" } }'),
18 json_validate('{ "test": { "foo": "" } }'),
19 json_validate('{ "": { "foo": "" } }'),
20 json_validate('{ "": { "": "" } }'),
21 json_validate('{ "test": {"foo": "bar"}, "test2": {"foo" : "bar" }, "test2": {"foo" : "bar" } }'),
22 json_validate('{ "test": {"foo": "bar"}, "test2": {"foo" : "bar" }, "test3": {"foo" : "bar" } }'),