how to write code for Json Array Inside Json Array as Category and subcategory with android
问题 My requirement is simple. i have a json pattern like below. i want to help in JSON parsing. as category and subcategory following way. category- DIY subcategory- Accessories subcategory- Garden etc.. full pattern will be like DIY Accessories Garden Tools Gifts Decorative Fathers day Valentines Day { "CategoryList": [{ "MainCategory": { "Attribute_Name": "DIY", "Attribute_Value": "125", "StockKeepingunit": null }, "SubCategory": [{ "Attribute_Name": "126", "Attribute_Value": "Accessories",