Example : Iam trying to access "53" key in Ajax. but not sure how to get it.
JSON :
{
"56": {
"0": {
$.ajax({
url: 'url',
dataType: 'jsonp',
success: function(json) {
rates = json.56;
//base = json.base;
console.log(rates);
}
});
any help is appreciated.. Thanks !!