Good morning everyone, hope you are well.
I hope this thread is not repeated, I looked for the solution on the forum but I didn't find it, maybe it's my weak English.
is the following: I'm trying to generate a json string like this ⬇⬇⬇⬇:
but I can't.
I can already do something like this⬇⬇⬇ without any problem:
if anyone has gone through this please help
I hope this thread is not repeated, I looked for the solution on the forum but I didn't find it, maybe it's my weak English.
is the following: I'm trying to generate a json string like this ⬇⬇⬇⬇:
JSON:
"requestedBy": "{\"id\":468,\"email\":\"abdul.cadre@moz.com\",\"name\":\"Abdul Cadre\"}"
I can already do something like this⬇⬇⬇ without any problem:
JSON:
"details": [
{
"accountId": "null",
"departament": "null",
"description": "Luna del marta",
"price": 123,
"product": 2486,
"total": 123,
"vat": 12,
"vehicle": "null"
}
]
if anyone has gone through this please help