import json f = open("./Samples/MELI/2021-01-30/MELI0.vezpal2") a = json.load(f) print(len(a[0])) print(len(a[1])) print(len(a[2]))