已解决! How to convert a
Hi all, I did a REST API call and I get a response like this: result = b [{"id":"865776","name":"Cisco","url":"https://abc.com}]"] I learned, that this is binary object (bold b), but I couldn't find anything to convert.My question is:How could I conv...