Skip to content
Advertisement

node.js find attributes with same value in multiple JSON files

Hey I would like to ask if it is possible to find lets say in 10 JSON files which are looking like this:

1.json:

JavaScript

2.json:

JavaScript

And so on… just different attribute values. Lets say I want to find only towns with People > 2500 and I’m not even sure if it is possible or do I need to upload the json files to some database perhaps?

Thank you.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement