2022.2

Table Of Contents
extract(jPath)
ExtractsthetextvalueofthespecifiedelementinaJSONfile.
jPath
JsonPathexpression(String)thatcanberelativetothecurrentlocationorabsolutefromthestartofthe
record.Seealso:"JsonPath"onpage235.
Example
Thescriptcommanddata.extract('$[0].FirstName');meansthattheextractionismadeonthe
FirstNameelementfoundinthefirstelementinthearrayattheroot.
Page 382