Hi Everyone,
I’m on AcuCOBOL 10.4.1 and I’m trying to use JSON PARSE. I’m getting an error and while I can get the error code (JSON-CODE) I can’t figure out how to get the additional information in the description that I see in the manual. For instance, if I get code 100, I’m looking for the full message “JSON PARSE on line <line-num>, JSON text invalid at offset <offset>.” with <line-num> and <offset> filled in so I can actually find the offending part of my input.
I couldn't find anything in the documentation or examples that did anything except display JSON-CODE.
