I am dealing with large json files with deep hierarchical structure on the frontend and I want to be able to query and aggregate them efficiently,the same way I query mongoDB or redis collections.
I am aware of two libraries:
- Minimongo which I'm not sure if can be used independently without using the entire Blaze/Meteor framework.
- and JSLINQ
any other suggestions, tricks ?
Edit:
there is also another library called json:select() which provides an API similar to CSS selectors