Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 770 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 770 Bytes

abap-tasty-json

This library fixes regex parsing bugs from the original library zcl_mdp_json It is still used by/found useful by some ABAP developers and it was hard to fix bugs without introducing new bugs.

Regex is never a complete solution for parsing. That is why, this library parses JSON string character by character. It is slower than the original library but even if we find new bugs, it will be easier to fix them.

Original Blog Post: https://blogs.sap.com/2016/07/03/an-open-source-abap-json-library-zclmdpjson/

Quick fix patch for the old library

If you are already using the old library and need quick fixes, you can use the parsing class here