Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
187 views
by The go-to Tester (262 points)
closed by
I am trying to get the document from MongoDB, where i have to pass the request query as json string.

for example : if i need a first document in desc. i will query as db.collection_name.find({"_id":123}).sort({"update_ts":-1}).limit(1).

 

How to pass this as in json?
closed with the note: no-response from the user
by The go-to Tester (181 points)
I am unclear with your use case. Where are you trying to pass the query as a JSON? What is the issue you are facing?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...