Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following are NOT valid JSON arrays
[ 1, 2, ["dog", "cat", true, false, [1, "dog", null], {"pet":"dog", "fun":true} ]
[ 1, 2, "dog", "cat", true, false, [1, "dog", null], {} ]
[ "1", "2", "dog", "cat", "true", "false", ["1", "dog", "null"], {"pet":"dog", "fun":"true"} ]
[ {1}, {2}, {"dog"}, {"cat"}, {true}, {false}, [1, "dog", null], {"pet":"dog", "fun":true} ]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!