A meteor app has a json data which need to be displayed for users to select from. The user need to drill down 3 levels deep in order to select the item of their choice and may make multiple selections.
There is an online json viewer which allows one to drill down to select as well as search for a given string and the whole json data will be filtered revealing the json entry which contains the searched-for string as it is being type.
What is the general approach to have this kind of functionality in a meteor mobile app? Thanks