sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
52 stars 16 forks source link

avoid possible spill of sxml exception #79

Closed larshp closed 3 years ago

larshp commented 3 years ago

the _parse method throws dynamic exception cx_sxml_error, this change catches these, if they occur somehow

sbcgua commented 3 years ago

Hmm, yeah, I missed that point in the earlier PR ... Thanks ! This approach is better

sbcgua commented 3 years ago

@mbtools