Validate json with given keys in Javascript and Reactjs
I have below JSON , [ { "name":"john", "school":"school 2", "address":"newyork" }, { "name":"peter", "school":"school 1", "address":"washington" } ] here i want to validate below mentioned things, 1 - it should be an array 2 - it must have only…