I have an object below;
{
"Question0":"6",
"Operator0":">",
"Condition0":"4",
"LogicalOperator0":"&&",
"Question1":"8",
"Operator1":">",
"Condition1":"4",
"LogicalOperator1":"||",
"Question2":"975",
"Operator2":"===",
"Condition2":"test",
"LogicalOperator2":""
}
I would want to get the values of Question0, Question1 and Question2. That are of the form of Question[index]. Using a loop to get all may be?
Anyone help me out?
Questionkey should hold an array of values. Then you could literally useQuestion[index].