| 41. |
Which of these is proper a JSON array?
આમાંથી કયો JSON એરે યોગ્ય છે?
|
||||||||
|
Answer:
Option (d) |
| 42. |
In the below notation, Employee is of type { “Employee”: { “Name”: “Amy”, “Age”: 25 } }
નીચે આપેલા notationમાં, Employee નો ટાઇપ { “Employee”: { “Name”: “Amy”, “Age”: 25 } }
|
||||||||
|
Answer:
Option (a) |
| 43. |
Given this JSON example:
{ “Employee”: { “Name”: “Amy”, “Age”: 25 } }; What is the type of Employee.Age ?
JSON નું ઉદાહરણ આપેલ છે:
{ “Employee”: { “Name”: “Amy”, “Age”: 25 } }; Employee.Age નો ટાઇપ શું છે ?
|
||||||||
|
Answer:
Option (a) |
| 44. |
Which of this is a benefit JSON has over XML? XML કરતાં JSON પાસે આમાથી કયા વધુ ફાયદા છે?
|
||||||||
|
Answer:
Option (b) |
| 45. |
JSON elements are separated by JSON element શેના દ્વારા અલગ પડે છે?
|
||||||||
|
Answer:
Option (c) |
| 46. |
Which of this is supported as a JSON Value type?
આમાંથી કઈ JSON વેલ્યુ ટાઇપ તરીકે સપોર્ટેડ છે?
|
||||||||
|
Answer:
Option (b) |
| 47. |
When coding a string object in JSON, what must separate the string and the value? JSON માં સ્ટ્રિંગ ઓબ્જેક્ટનું કોડિંગ કરતી વખતે, સ્ટ્રિંગ અને વેલ્યુને શેના થી અલગ કરવું જોઈએ?
|
||||||||
|
Answer:
Option (d) |
| 48. |
How does JSON being “lightweight” translate into a benefit for the site visitors?
JSON "lightweight" હોવાથી સાઇટ વીઝીટરઓ માટે કેવી રીતે ફાયદામાં translate કરે છે?
|
||||||||
|
Answer:
Option (a) |
| 49. |
True of False?
The external form of a JSON object always begins and ends with {}.
ખોટું કે સાચું?
JSON ઓબ્જેક્ટનું external form હંમેશાં શરૂ અને સમાપ્ત {} થી થાય છે.
|
||||
|
Answer:
Option (a) |
| 50. |
What are the advantages of JSON?
JSON ના ફાયદા શું છે?
|
||||||||
|
Answer:
Option (d) |