skip to Main Content

drill down to lowest json element using ps

I need to extract some informations from a json file using ps. The json has nested components arrays wich can also contain a components array. { "name": "app", "components": [ { "component_name": "comp1", "component_packages": [ "comp1_package1", "comp1_package2" ], "project_id": "1234",…

VIEW QUESTION
Back To Top
Search