Description
I see that the license list is actually using a map internally, but the API returns a list Map::values()
. Is it possible to add an API which also returns a Map
with key String licenseId
and value SpdxListedLicense
? This would be more performant rather than having to recreate a map from the list.