JSON: add jsons extract variant, to strip quotes from string results
[exim.git] / test / scripts / 0000-Basic / 0002
index 7a9b38dba3ab1d2df5e602008876870d57598e16..397445273dba40aa10d829b8808ffb1f50ccc0bb 100644 (file)
@@ -893,6 +893,9 @@ ${extract json {Width} \
 ${extract json {2} {[116, 943, 234, 38793]} }
 ${extract json {2} {${extract json{IDs} {\{"other":"foo", "IDs": [116, 943, 234]\} }}} }
 
+${extract json {2} {["red", "green", "blue", "black"]} }
+${extract jsons{2} {["red", "green", "blue", "black"]} }
+
 ${extract json {seconds} { \{"hours":0, "mins":0, "seconds":59\} }}
 ${extract json {seconds} {${extract json {2} { ["irrelevant", \{"hours":0, "mins":0, "seconds":59\}] }}}}