You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have to consume a JSON that has a minus sign in one of the name fields. example:
{
"task-id": "df994c9b-bb5d-4081-a9d9-788face71efb",
"result": {
"commission": 0.0
},
"state": "SUCCESS"
}
can i override the field name? I'm using Delphi 7.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi. I have to consume a JSON that has a minus sign in one of the name fields. example:
{
"task-id": "df994c9b-bb5d-4081-a9d9-788face71efb",
"result": {
"commission": 0.0
},
"state": "SUCCESS"
}
can i override the field name? I'm using Delphi 7.
Thanks.
The text was updated successfully, but these errors were encountered: