In one of my web requests, I get Response Body data
as below

{
"JobId":1528,
"CaseId":61687,
"CaseName":"CaseName_3923",
"FirmId":4175,
"FirmName":"FirmName7922442",
"CaseFirmName":"CaseFirmName7922442",
"LastUpdatedDate":"0001-01-01T00:00:00Z"
}
I need to use this whole body response in the next web request, and for that I want to remove the initial 
characters.
Is there any way or setting apply in Jmeter
by which I can remove these characters? In fact I tried Json Extractor
with the settings below, but this is not working, so I assume that the initial  character is creating a problem in not assigning the value of job id to variable vJobid
JSON Extractor:
Apply To: Main sample only
Name of The Cretaed variables: vJobId
Json PathExtractor: $.JobID
Match No. 1