Hi , i have a JSON record as follow {value1,value2, value3}
i want to write my switch statement in this form:
<switch> my value <case> value1</case> <case>value2</case> <case>value3</case> </switch>
is there any possibility to extract values from JSON record and put them in a switch statement?
thank's