There is a .json file with the contents:
ItemBlueprint { "ingredients": [ { "itemDef": { "instanceID": 126858 }, "amount": 20.0 }, { "itemDef": { "instanceID": 127252 }, "amount": 200.0 } ], "userCraftable": true, "isResearchable": true, "rarity": 1, "NeedsSteamItem": false, "blueprintStackSize": -1, "time": 60.0, "amountToCreate": 1, "UnlockLevel": 6, "UnlockPrice": 3 } What kind of format is this and how can I read it just like XML, for example?