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

1 Answer

0 votes
by

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

...