Supports creating insertion points on Variables whose value is JSON. Will iterate through the JSON adding insertion points to every JSON primitive in the tree.
For example
{"testType":["test1","test2"],"test2Type":["test1"],"test3":["three"],"count":5}
generates the following insertion points
`[var]testType[0]:index
Supports creating insertion points on Variables whose value is JSON. Will iterate through the JSON adding insertion points to every JSON primitive in the tree.
For example
{"testType":["test1","test2"],"test2Type":["test1"],"test3":["three"],"count":5}
generates the following insertion points `[var]testType[0]:index[var]count:5`