# Trying to Add a profession in 0.C

**URL:** https://discourse.cataclysmdda.org/t/trying-to-add-a-profession-in-0-c/9224
**Category:** The Garage
**Created:** [March 23, 2015, 9:33pm UTC](https://discourse.cataclysmdda.org/t/trying-to-add-a-profession-in-0-c/9224 "2015-03-23T21:33:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jericoshost](https://avatars.discourse-cdn.com/v4/letter/j/b782af/32.png) [@Jericoshost](https://discourse.cataclysmdda.org/u/Jericoshost)
#### Post date: [March 23, 2015, 9:33pm UTC](https://discourse.cataclysmdda.org/t/trying-to-add-a-profession-in-0-c/9224/1 "2015-03-23T21:33:42Z")

</div>

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)

---

<div class="post-metadata">

### Author: ![Jericoshost](https://avatars.discourse-cdn.com/v4/letter/j/b782af/32.png) [@Jericoshost](https://discourse.cataclysmdda.org/u/Jericoshost)
#### Post date: [March 23, 2015, 10:13pm UTC](https://discourse.cataclysmdda.org/t/trying-to-add-a-profession-in-0-c/9224/2 "2015-03-23T22:13:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![KA101](https://avatars.discourse-cdn.com/v4/letter/k/278dde/32.png) [@KA101](https://discourse.cataclysmdda.org/u/KA101)
#### Post date: [March 24, 2015, 12:15am UTC](https://discourse.cataclysmdda.org/t/trying-to-add-a-profession-in-0-c/9224/3 "2015-03-24T00:15:22Z")

</div>

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. 😉
