I would generate JSON object on JSON-GENERATOR
I would that the date have this format : 2017-12-31
[ '{{repeat(5, 7)}}', { equityPriceList: [ { date:'{{date(new Date(1970, 0, 1), new Date(),[DD-MM-YYYY])}}', identifiant: "4AAM26636", lastDayTrading: "50%", marketCapitalization: "13,44", objectType: "BUSINESS_GROUP", priceClosing: "100", twelveMHigh: "50", twelveMLow: "30" } ], ordering: "1W" } ] Actually I get this error
"date": "<ReferenceError: DD is not defined>"
I have also tried datef('YYYY-MM-DD'); and other combinations
ddinstead ofDD