sbcgua / ajson

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

Remove nested interfaces #60

Closed mbtools closed 3 years ago

mbtools commented 3 years ago

The double definition of the reader and writer interfaces is not necessary. It's already included in zif_ajson. On 702 it actually causes a dump when importing with abapGit. I suggest removing them from the class definition.

sbcgua commented 3 years ago

:+1: merging