1
I’m trying to use the goo.Gl API to shorten some links. The problem is I don’t know how to get the generated return json URL. See below how it is organized:
{
"kind": "urlshortener#url",
"id": "AQUI VEM A URL DO GOOGLE",
"longUrl": "http://url-dos-detalhes/"
}
and I need to draw just the id of json
in my controller using C#. I’m using the MVC concept in ASP.NET.
made similar, but with Jsonobject. very good this library
– ihavenokia