1.

Which Code Will Return A Valid Json Object?

Answer»

JSON.parse('{"FIRSTNAME": "JOHN", "LASTNAME":"DOE"}');

JSON.parse('{"FirstName": "John", "LastName":"Doe"}');



Discussion

No Comment Found