What are you trying to achieve?
Hello, I am trying to get 4 links out of the following string and I have no clue what I’m doing! The string is slightly different every time because they are different images. I have tried using text parsing to make the links normal but get no output and I have tried JSON parse but it says it is not JSON. Here is the following string:
{"success":{"original_image":"https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/input-f6fed176-e22a-4c1c-81fa-745cdeb99050-2024-10-11-01-34-33.png","generated_image":["https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-1.png","https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-2.png","https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-3.png"]}}
How do I get the 4 links of images out of the string so I can attach them as needed in an email?
Steps taken so far
My Make is in shambles!