How to write JSON query ? Explain with Example



How to write JSON query ? Explain with Example..

Answer / aditya

JSON: JavaScript Object Notation.
JSON is a syntax for storing and exchanging data.
JSON is an easier-to-use alternative to XML
.
The following JSON example defines an employees object, with an array of 3 employee records:
{"employees":[
{"firstName":"Bebina", "lastName":"Behera"},
{"firstName":"Bubuna", "lastName":"Behera"},
{"firstName":"Kabula", "lastName":"Behera"}
]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What actually testers do in Smoke Testing?

18 Answers   Patni,


What is Acid Testing?????

2 Answers  


i have 2 text boxes first is you have to enter the name of person(enter first name and last name) and second is enter the company name and below there is a submit button when i enter first name and last name and the company name it displays his linkedIN account that is name of the person and company details he is working can you tell me test case for this ? i will give the sketch of this question first name last name company 1 2 3 4 submit

1 Answers  


What are the containts of usecase document?

1 Answers  


What are similarities of Agile and Scrum?

0 Answers   CybAge, IBM, Nissan,






What is the difference between functional test cases and business test cases?

2 Answers  


explain the 5 types test matrics?

1 Answers   Persistent,


How do you test calculator?

3 Answers  


What is performance Testing and Regression Testing?

5 Answers   Fidelity,


Can any one please tell me the exact difference between the smoke testing,sanity testing and exploratory testing?

4 Answers   IBM,


What is the difference between severity and priority? Tell me example.

4 Answers   SunGard,


Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.

0 Answers   IBM,


Categories