The json output produced by licenses_info_to_json() doesnt include include long_name of License_kind. However, we have a need for human-readable license names too.
Actual Behavior
The json output only contains only target, name, and condition. However, we have a need for human-readable license names too.
Steps to Reproduce the Problem
Use this aspect for a target and inspect the json output
Expected Behavior
The json output produced by
licenses_info_to_json()
doesnt include includelong_name
ofLicense_kind
. However, we have a need for human-readable license names too.Actual Behavior
The json output only contains only
target
,name
, andcondition
. However, we have a need for human-readable license names too.Steps to Reproduce the Problem