You can store a list in JSON file

0

I'm displaying data that is fetched from the database in some Dropdowns , as if it were some sort of shopping cart page for E-Commerce sites, right now my page looks like this:

But I need to store this in a list every time the user clicks the Add button, I'm developing in a tool called BonitaSoft , which is geared towards < in> systems automation softwares, I would like to know if it is possible to store this item list in JSON, so that I can then display to the user in a table everything that is in that list in a table.

If you have some example of how to save a list in JSON and how to bring the contents of that list into a table would be perfect.

    
asked by anonymous 25.05.2017 / 18:48

0 answers