Which code should you insert at line 03?

You are creating a console application named Appl.
App1 retrieves data from the Internet by using JavaScript Object Notation (JSON).
You are developing the following code segment (line numbers are included for reference only):


You need to ensure that the code validates the JSON string.
Which code should you insert at line 03?


A. Option A
B. Option B
C. Option C
D. Option D

microsoft-exams

One thought on “Which code should you insert at line 03?

  1. From distant memories, JavaScriptSerializer is not the best way to treat JSON, especially if you connect to another system that uses Java, PHP… The syntax used is slightly different than expected.
    The Newtonsoft.JSON package is way better from this viewpoint.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.