Brian Michael Active Member Licensed User Longtime User Mar 12, 2020 #1 Hi, i have this Json: JSON: { "CODE": "459", "PRODUCT": "RASUDADORA BIC SHAVER 48/36/1", "PROVIDER": "AJFA SAS", "IMAGE_LINK": "https://es.bicworld.com/sites/es.bicworld.com/files/2017-09/BIC-1.jpg", "BRAND": "RASURADOR BIC", "UND": "48", "COD_PRODUCT": "459005", "CATEGORY": "CUIDADO PERSONAL" } And i want get the name of the Key, like: -"CODE" -"PRODUCT" Click to expand...
Hi, i have this Json: JSON: { "CODE": "459", "PRODUCT": "RASUDADORA BIC SHAVER 48/36/1", "PROVIDER": "AJFA SAS", "IMAGE_LINK": "https://es.bicworld.com/sites/es.bicworld.com/files/2017-09/BIC-1.jpg", "BRAND": "RASURADOR BIC", "UND": "48", "COD_PRODUCT": "459005", "CATEGORY": "CUIDADO PERSONAL" } And i want get the name of the Key, like: -"CODE" -"PRODUCT" Click to expand...
jahswant Well-Known Member Licensed User Longtime User Mar 13, 2020 #2 JSON TREE try this place. Upvote 0