function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jayesh pagarejayesh pagare 

Urgent: I want to stored json array ["red",["blue","white"],"green",["purple","grey",yellow"]] coming from javascript to my object

Urgent: I want to stored jsoncoming from javascript to my object

ARRAY :   ["red",["blue","white"],"green",["purple","grey",yellow"]]
Now Above are the options selected by user as per question.Now I want to return each option from array like for first question it would be "red" and for 2nd question it would be "blue" and "white" so how do I get these values from array?