-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I use your code to generate json data.
The received json data is:
[{"Id":1,"Name":"Name1","Description":"Description1","Timestamp":"2016-01-08T07:35:04"},{"Id":2,"Name":"Name2","Description":"Description2","Timestamp":"2016-01-08T07:38:03"}]
Please tell me where to change code for add double quotes before and after id values.
I want to have:
[{"Id":"1","Name":"Name1","Description":"Description1","Timestamp":"2016-01-08T07:35:04"},{"Id":"2","Name":"Name2","Description":"Description2","Timestamp":"2016-01-08T07:38:03"}]
Best regards
Metadata
Metadata
Assignees
Labels
No labels