Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
variant#1 - save it not to variables, but to csv files (without tJSONWrite), than read all 3 and make 1 JSON
variant#2 - concat 3 variables into result JSON string, this variant need more understanding of saved JSON formats - may be need cut-off leading and trailing {} and etc
variant#3 - use Java function - example1 example 2