how to read json data in source.name

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



how to read json data in source.name



how do i access source.name in this jn this json file





"source":
"name": "iPrefs Main",
"description": "iPrefs installer Main Source",
"maintainer": "Kyle Mendell",
"packages": [

"id": "com.kmtech.iprefs",
"name": "iPrefs Mobileconfig",
"author": "Kyle Mendell",
"version": "3.0 Beta",
"url": "https://iprefs.tk/beta.mobileconfig"


]



ultimately trying to do this


$.each(result, function(index, val){

for(var i=0; i < val.length; i++){
var item = val[i];
console.log(item)
buffer+=" <li class='ui-nodisc-icon'><a class='ui-btn ui-btn-icon-right ui-icon-carat-r'>"+item.source['name']+"</a></li>";





Which language?
– Jaydip Rakholiya
5 mins ago





the language would be javascript
– Kyle Mendell
4 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

up4X4hYV fs2fiaFj
NukkS7LGzNsUHSj4J82oSVvGeEcDo8XdTcyCqQ4ycEflbqlnbn6KH,N hFOube2 Ll0Mw6JusREFH76D9 Qz3k

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3