Posts by Alan Kewem • 1 point
1 post
-
0
votes0
answers14
viewsQ: JSON.stringify returns the JSON string, but when trying to send to a MYSQL BD it escapes backslash
I am trying to register a JSON String in Mysql, I get an array with URL’s after a .map on the return of a request to upload multiple images to AWS S3, I use JSON.stringify to leave the array in…