Trying to Add a profession in 0.C

I am trying to add a profession and I keep getting errors but I can’t figure out why:
Win 7, 0.c1 zip, and it was working fine untill I added my profession…

Error:
DEBUG: Error loading data from json: data/json//professions.json: line 55:5: expecting string but got ‘{’
]
},
{
^
10 10 “type” : “Profession”, 10

Then pressing spacebar says it can’t find… Basically any/everything in the game.

Below I selected the profession and pasted it here with a official profession:


 },
 {

    "type" : "profession",
    "ident" : "The_Survivor",
    "name" : "The Survivor",
    "description": "You awoke in the shelter, not knowing where you were or how you got there. All you knew was something was VERY wrong with this world you found yourself on, fortunately you have always been prepared for the unexpected.",
    "points" : 0,
    "items" : {
        "both": [
            "sneakers",
            "socks_wool",
            "pants",
            "long_underpants",
            "tshirt",
            "technician_shirt_blue",
            "leather_belt",
            "hoodie",
            "jacket_flannel",
            "folding_poncho",
            "gloves_wool",
            "backpack", 
            "ZSG",
            "baton-extended",
            "multitool",
            "water_mineral",
            "aspirin",
            "bandages",
            "1st_aid",
            "cheeseburger",
            "bottle_glass",
            "cell_phone", 
            "wristwatch", 
            "teleumbrella", 
            "guidebook"
        ],
        "male": [
            "boxer_shorts"
        ],
        "female": [
            "bra",
            "boxer_shorts"
        ]
     }
},
{
    "type": "profession",
    "ident": "unemployed",
    "name": "Survivor",
    "description": "Some would say that there's nothing particularly notable about you.  But you've survived, and that's more than most could say right now.",
    "points": 0,
    "items": {
        "both": [
            "jeans",
            "longshirt",
            "socks",
            "coat_winter",
            "boots_winter",
            "knit_scarf",
            "pockknife",
            "water_clean",
            "matches"
        ],
        "male": [
            "boxer_shorts"
        ],
        "female": [
            "bra",
            "panties"
        ]
    }
},
{

I can’t seem to find the problem, everything looks to be in order but it keeps giving me the error and then saying it can’t find everything. (I held the spacebar for like 2 minutes)

I seem to have fixed it, but I don’t know how I did.

What you pasted looked clean in Notepad++, so I’m guessing a misplaced brace/bracket/comma which you fixed.

And that is not going into mainline. :wink: