when the shell script contain \, unmarshal json string will go wrong
job shell:
#!/bin/bash
#BSUB -n 1
#BSUB -R "span[ptile=24]"
#BSUB -e %J.err
#BSUB -o %J.out
#BSUB -J testjob
echo -e "\nhello, \
\"lsf\""
sleep 5
if the shell script contain some characters that may affect json structure,may trigger unmarshal json string error

the fields such as command, job_name most likely to be affected