I have created an logic app, and got output json result {
“name”: “endData”,
“value”: “[ {“startdate” : “01/01/2014″,”enddate” : “31/01/2014″,”startdate” : “01/02/2014″,”enddate” : “28/02/2014″} ]”
} and need to validate my output json since not correct it seems
I tried jsonlint for validation, but the expected output couldn’t be make like this {
“startdate” : “01/01/2014”,
“enddate” : “31/01/2014”
},
{
“startdate” : “01/02/2014”,
“enddate” : “28/02/2014”
}
] this is required