'''
with open("all-libs-gitlab.json", 'r') as json_file:
data = json.load(json_file)
for org in data["organisations"]:
for repo in org['repositories']:
# print(type(repo))
# if type(repo) is dict:
# if str(repo['license']) != "None":
# license = repo['license']['spdx_id']
# else:
# license = " "
html_string += "