0 votes
in JSON by
Which Code Will Return A Valid Json Object?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Apr 12 in Nagios by rajeshsharma
+1 vote
asked Jan 5, 2021 in JSON by GeorgeBell
...