Lets suppose I have this object
var cliCorp14={
"id":13,
"url":"corp_longboard.html",
"logo":"img/corp/logoLongboard.png",
"alt":"Longboard store",
"name":"LONGBOARD",
};
I want to put the text "alt" in a var. I don't want to put "Longboard store", I want to put the text "alt". How do I access to that object?