How to write JSON query ? Explain with Example
Answer Posted / 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 View All Answers
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
how we write test cases to brs,srs,hlds,llds
Why documentation testing is important?
What is revision history and the content of revision history table?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
what is agile model and spiral maodel?pls explain with an example?
What are testing techniques? What is difference between general and specific?
What is the difference between manual testing and automation testing?
Do we have any certifications for ETL Testing ?
List the considerations in developing testing methodology
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
What is the difference between SIT AND IST?
Write test cases on duster
how to creat 2 test plan in 2 different environment exp:tour and travel
Is quality control similar to quality assurance?