Hello, I need to convert a complex array to a sting. Please advise.
Input (Image):
Input (Text format):
“array”: [
{
“ID”: “61c8bff700150da”,
“name”: “User1”
},
{
“ID”: “5590f62f001d03fa”,
“name”: “User2”
}
]
Expected output (String format):
[
{
“ID”: “61c8bff700150da”,
“name”: “User1”
},
{
“ID”: “5590f62f001d03fa”,
“name”: “User7”
}
]