Description { "data": { "values": [ "value1", "value2" ] }}When
accessing an element of a dict data as {<!-- -->{data[values]}} or
{<!-- -->{data.values}} it expect to get the corresponding value as a result,
but it throws error .To get corresponding value in such c<!-- -->...