skip to Main Content

How to shuffle JSON.parse data? – Jquery

Is it possible to shuffle a json parsed result from ajax? $.ajax({ method: 'GET', url: '/-pathSomething-/--ExampleOnly--', data: { sample: sample, sample: sample, sample: sample }, success: function (result) { var ExamDislayQNChoiceML = JSON.parse(result); } }); it is looks like this…

VIEW QUESTION
Back To Top
Search