Closed V1ncNet closed 6 years ago
It'll be nice if the received JSON looks like:
[ { "id": "project ident", "client": { }, "event": { } }, { "id": "project ident", "client": { }, } ]
and so on.
{ "id": "project ident", "client": { }, "event": { } }
you essentially mean: "just add the id field"?
id
Essentially... Right now it's almost impossible to use the received data.
Ups
Look at the current format
It'll be nice if the received JSON looks like:
Multiple Array
and so on.
Single Object