Trouble with adding multiple jobs in mod

So, I tried add additional job in my mod and I got this error. Any tips?

Please post the json in question as well, it’s difficult-to impossible to debug with just the error message.

Here unworking version

Watch yo parenthesis

[ { "type": "profession", "ident": "marinesoldier", "name": "Marine", "description": "You were a regular marinish cannonfodder. Your field operation mission get interrupted by a national emergency. As far as you can tell, military command abandoned you in this hellhole when you missed the emergency evac. ", "points": 4, "skills": [ { "level": 2, "name": "gun" }, { "level": 2, "name": "rifle" }, { "level": 1, "name": "stabbing" }, { "level": 4, "name": "swimming" } ], "items": { "both": { "items": [ "winter_pants_army", "army_top", "winter_jacket_army", "helmet_liner", "helmet_army", "balclava", "gloves_liner", "gloves_tactical", "chestrig", "kevlar", "modularvestceramic", "winter_gloves_army", "socks", "boots_combat", "binoculars" ], "entries": [ { "item": "knife_combat", "container-item": "sheath" }, { "item": "m4a1", "ammo-item": "223", "charges": 30, "contents-item": "shoulder_strap" }, { "item": "m1911", "ammo-item": "45_acp", "charges": 7, "container-item": "holster" } ] }, "male": [ "boxer_shorts" ], "female": [ "sports_bra", "boxer_shorts" ] } }, { "type": "profession", "ident": "icelance", "name": "Ice Lance", "description": "You watched anime, ate chips and smoked your favourite cigarettes Belomorkanal. But suddenly, Cataclysm happened and you had to run for your life.", "points": 3, "skills": [ { "level": 2, "name": "computer" }, { "level": 1, "name": "electronics" } ], "items": { "both": { "items": [ "jeans", "longshirt", "socks", "wool_hoodie", "sneakers", "money_bundle", "crackpipe", "crack", "crack", "cig", "ref_lighter", "backpack" ] }, "male": [ "boxer_shorts" ], "female": [ "sports_bra", "boxer_shorts" ] } } ]

Thanks.