31. |
Which is the correct format of writing JSON name/value pair?
JSON name / value pair લખવાનું યોગ્ય ફૉર્મટ કયું છે?
|
||||||||
Answer:
Option (d) |
32. |
Which of the following is not type in JSON?
JSON માં નીચેનામાંથી ક્યો ટાઇપ નથી?
|
||||||||
Answer:
Option (a) |
33. |
Who is the father of JSON?
JSON ના પિતા કોણ છે?
|
||||||||
Answer:
Option (a) |
34. |
What extension in used to save a JSON file?
JSON ફાઇલને save કરવા માટે કયા એક્સ્ટેંશનનો ઉપયોગ કરવામાં આવ્યો છે?
|
||||||||
Answer:
Option (c) |
35. |
Is JSON case sensitive?
શું JSON એ case sensitive છે?
|
||||
Answer:
Option (a) |
36. |
What two main structures compose JSON?
કયા બે મુખ્ય structure JSONને કંપોઝ કરે છે?
|
||||||||
Answer:
Option (a) |
37. |
JSON strings have used in_______.
JSON સ્ટ્રિંગ _______ નો ઉપયોગ કરે છે.
|
||||||||
Answer:
Option (a) |
38. |
JSON is a much simpler format than _______ .
JSON એ _______ કરતા ખૂબ સરળ ફૉર્મટ છે.
|
||||||||
Answer:
Option (c) |
39. |
In the below notation, Employee is of type { “Employee”: [ “Amy”, “Bob”, “John” ] }
નીચે આપેલા notationમાં, Employee નો ટાઇપ { “Employee”: [ “Amy”, “Bob”, “John” ] }
|
||||||||
Answer:
Option (b) |
40. |
Which of the following code will return a valid JSON object?
નીચેનો કયો કોડ JSON ઓબ્જેક્ટ રિટર્ન કરશે?
|
||||||||
Answer:
Option (d) |