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 is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?

1 Answers  


one module contains 3 screens like entry , exit & trasaction. u can perform operations by using these screens and u save that changes but those screens are not displaying on the desktop then how u can assign the seviority?

6 Answers   Logica CMG,


How to test a Falsh player scrollings?

0 Answers   Accenture,


What is Test Coverage?

3 Answers   iNautix,


What is the difference in b/w waterfall & V'model?

4 Answers   Sapient,






What are all the things ur going to keep in mind while System testing?

2 Answers  


What is white-box Integration Testing and its differences between Black box-Integration testing?

6 Answers   Tech Mahindra,


Web application is having a client and a client-server application aslo have a client. Then what is the technical difference between thease two clients? can any body expain?

4 Answers  


What is Risk Analysis

4 Answers   QA,


As a Tester how we choose black or white box testing technique for a application?

4 Answers  


what risks do u faced u r projest how do you solve

0 Answers  


write four steps for writting scenario ?

3 Answers  


Categories