Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5027

How do I access a JSON in Dreamfactory? [V8JS]

$
0
0

I am calling a JSON from a CRM API and is returned looking like this:


{"response":
{"result":
{"Contacts":
{"row":
{"no":"1",
"FL":
[
{"val":"Name","content":"Billy"},
{"val":"Age","content":"17"},
]
}
}
},
"uri":"/crm/private/json/Contacts/getRecordById"
}
}


However I cannot seem to access it in the manner that I find online and I was wondering if there was a specific method that was used by Dreamfactory.


Viewing all articles
Browse latest Browse all 5027

Trending Articles