In file is this:
count=50
value=100k
unit=Ohm
package=0603
description=Chip Resistor
supplier=Digikey
supplierpartnumber=311-100KHRCT-ND
price=0.009
currency=CHF
And the output should be like this:
{"RC0805FR -07100 KL": {
"count": "100",
"description": "Chip Resistor",
"value": "100k",
"unit": "Ohm", ...}
I do not have an idea how to transform the file in the correct format