4 years, 10 months ago.

How to get all key names in mbed_app.json, mbed_lib.json and mbed_target.json?

As I know, there are many default values not listed in mbed_target.json and mbed_lib.json. As a result, when I want to custom them in mbed_app.json, I don't know their key names. For example, mbed-os/features/nfc/mbed_lib.json only show '"name":"nfc"'. I don't know what attributes this feature has. So Is there any method to find all attributes or key names of features ans others used in config json file?

Be the first to answer this question.