We're a place where coders share, stay up-to-date and grow their careers.
Should the line be if(jstring[0] === '{') return parseJObj(jstring); ?, otherwise I do not understand how the parseJObj() hooks in the logic?.
if(jstring[0] === '{') return parseJObj(jstring);
parseJObj()
Should the line be
if(jstring[0] === '{') return parseJObj(jstring);
?,otherwise I do not understand how the
parseJObj()
hooks in the logic?.