Monday, 1 April 2019

What is the best way to search an object or json file when I know only the values of the keys but not the keys?

So I've got a json file with over 100 keys and nested fields. And I have another json file with some values from the other file but not the keys. What is the best way to search the first json file. The json files are retrieved from a mongodb and I looked up their text search API but it doesn't seem to suit my usecase. Any other way I can do this?

Submitted April 01, 2019 at 10:04AM by HoloCroc

No comments:

Post a Comment