sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
50 stars 15 forks source link

Fix `REFERENCE_IS_INITIAL` exception #99

Closed mbtools closed 2 years ago

mbtools commented 2 years ago

Fix dump in case of components with initial references

Serializes the initial reference as "null". See unit test.

sbcgua commented 2 years ago

Thanks for the fix, merging !