4
votes
1answer
95 views

Making an array editable by user

What I want to do: Let users add data to an array through an input field and add button. HTML: ...
2
votes
1answer
767 views

Is this an efficient way of shuffling a JSON array in Java?

This is my first question here so I hope I don't break the protocol too much. I originally posted this question on Stack Overflow. Since I did not get a satisfactory answer (and I really needed to ...
2
votes
1answer
94 views

Most efficient way to insert into ordered sequence

I have a dashboard like interface, that can have many tabs. There can be as many or as few tabs as the user likes, with the user being allowed to re order them as they wish. Exactly like browsers do. ...
-1
votes
1answer
1k views

JSON get Array in Array [closed]

I need to generate JSON array in array data. I am able to get data from first array, however not able to get data from child array. For example :- [ { "id":"2012" "month": [ { ...