I have a JSON object that I am defining like this:
    "COVER": {
        "H1": "XXX",
        "P1": "Very long text" +
              "More very long text"
    }
I tried to split the text onto two lines but I get a Visual Studio error messages saying "missing a comma after an object member"
 
    