Skip to content

fatihpense/abap-tasty-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages