Pedro Henrique Arthur

Results 3 issues of Pedro Henrique Arthur

Hello guys! I've inserted this JSON to the application: `{"?xml":{"@version":"1.0","@encoding":"UTF-8","@standalone":"yes"},"ns2:FeedAcknowledgement":{"@xmlns:ns2":"http://walmart.com/","ns2:feedId":"xxxxxx"}}` And I got this as result: ![image](https://user-images.githubusercontent.com/6583751/36570382-9d8c70dc-17e6-11e8-9a09-91f9c21b1233.png) As you can see it generated the attributes with special caracters... There is...

I have the following url: https://localhost:3000/search?q=dave%20&%20busters Inside my useEffect() method when trying to retrieve the parsed string, the response object doesn't seem to be accurate. Please check the screenshots below:...