JSON MCQ Quiz & Online Test

  1. JSON stands for ________________
  2. Which is correct format of writting JSON name/value pair
  3. Which of the following is not a type in JSON?
  4. Who is the Father of JSON ?
  5. What is correct MIME type for JSON ?
  6. What extension in used to save a JSON file?
  7. Which of following statement is false about the space parameter in JSON.stringify() ?
  8. Can you use a double quote inside a JSON string?
  9. For What is a JSONStringer used for?
  10. Is JSON Case sensitive ?
  11. What are two main structures compose JSON?
  12. How do JSON provide Internationalization?
  13. JSON strings have used in___.
  14. What is the common usage of Json on modern websites?
JSON MCQ

Take JSON Quiz To test your Knowledge 

Practice below the best JSON MCQ Questions that checks your basic knowledge of the JSON Framework. This JSON MCQ Test contains 20+ Best JSON Multiple Choice Questions. You have to select the right answer to every question to check your final preparation for your interview. apart from this you can also download below the JSON MCQ PDF completely free.

Also, Read the Best JSON Interview Questions.

  • Java Standard Output Network
  • JavaScript Object Notation
  • JavaScript Output Name
  • Java Source Open Network
View Answer
  • 'name : value'
  • name = 'value'
  • name = "value"
  • "name" : "value"
View Answer
  • date
  • Object
  • Array
  • string
View Answer
  • Douglas Crockford
  • Rasmus Lerdorf
  • Douglas Michel
  • Dennis Ritchie
View Answer
  • application/js
  • application/json
  • json/mime
  • application/xml
Download Free : JSON MCQ PDF
View Answer
  • .json
  • .js
  • .javaN
  • .on
View Answer
  • It controls spacing in the resulting JSON string
  • It is an optional parameter
  • It removes whitespace
  • All are false
View Answer
  • No, you should use single quotes
  • Yes, if you use the ascii code.
  • Yes, if it is escaped like ( \" )
  • Yes, you can use it without any special treatment
View Answer
  • To quickly create number to JSON text.
  • To create JSON ordered pairs.
  • To converts JSON to Java strings
  • To quickly create JSON text
View Answer
  • Yes
  • No
View Answer
  • Arrays and Objects
  • Keys and values
  • Class and Objects
  • None of above
View Answer
  • Using Unicode.
  • Using keys.
  • Using datatype
  • Using lang
View Answer
  • Double quote
  • Single quote
  • Both 1 & 2
  • None of These
View Answer
  • To send and receive bits of data
  • To store information remotely
  • To store information locally
  • All of the Above
View Answer
  • line break
  • semi-colon
  • comma
  • white space
  • JSON.parse(‘{}’);
  • JSON.parse(null);
  • JSON.parse(undefined);
  • JSON.parse(‘[]’);
View Answer
  • JSON.parse()
  • JSON.eval()
  • jQuery.parseJSON()
  • None of the above
View Answer
  • JSON Parsing
  • JSON Procedures
  • JSON Programming
  • JSON with padding
View Answer
  • application/json
  • application/x-json
  • application/javascript
  • text/json
View Answer