I am trying to parse android:versionName from following JSON object :
{
"android:hardwareAccelerated": "true",
"android:versionCode": "40020",
"android:versionName": "4.0.20",
"package": "com.xxx.xxx",
"xmlns:android": "http://schemas.android.com/apk/res/android"
}
can anybody help me in this??
Thank you in advance
Use it like this Object['key'] - Property accessors - Bracket
for your JSON it will (Obj is just a representation of JSON Object):
obj['android:versionName']
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With