I'd like to create a menu with options that users input. User inputs will most likely be stored in a JSON object.
One way to go about it would be jstree. But are there any good alternatives out there?
I'd like to create a menu with options that users input. User inputs will most likely be stored in a JSON object.
One way to go about it would be jstree. But are there any good alternatives out there?
It largely depends on what you are doing with it and how you are dealing with it, but basic javascript objects is plenty to implement this.