sbcgua / ajson

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

Set/push of another json with a mapper would not change node names #102

Closed sbcgua closed 1 year ago

sbcgua commented 2 years ago

didn't test but I don't think there is a code for this, so a potential bug to test and fix

li_json_w_mapper->set( iv_path = 'a' iv_val = '1' ). " e.g. a -> b
li_json->set( iv_path = '/xyz' iv_val = li_json_w_mapper ).
sbcgua commented 2 years ago

Would be implicitly solved by #112

sbcgua commented 1 year ago

Closing, the issue became irrelevant after mapper approach change in #117