DEV Community

Discussion on: JSON Parser Pt3: Objects / tying it together

Collapse
 
juancarlospaco profile image
Juan Carlos

Should the line be if(jstring[0] === '{') return parseJObj(jstring); ?,
otherwise I do not understand how the parseJObj() hooks in the logic?.