sbcgua / ajson

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

add unit-test for hashed table; to_abap() #85

Closed albertmink closed 2 years ago

albertmink commented 2 years ago

Reproduces #84 where find_loc failes for hashed_table

sbcgua commented 2 years ago

thanks ! But the problem is not that simple as it seemed ... looks like hashed table would need some preparsing of the full row ...

/cc @larshp

sbcgua commented 2 years ago

P.S. ... I can commit to a PR'ed branch, can I ? ...

larshp commented 2 years ago

same conclusion here, it needs some refactoring to handle the scenario

commit to PR branch: yea

sbcgua commented 2 years ago

Not an easy one ... track progress in #89

albertmink commented 2 years ago

close this one as feature implemented in #89