sbcgua / ajson

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

Fix `touch_array` with keep order #178

Closed mbtools closed 5 months ago

mbtools commented 5 months ago

By default touch_array inserts the array at the top of the node. When keep order is set to true, touch_array will now insert new arrays at the end of the node.

PS: Overwritting existing nodes already kept their position.

Closes #177

albertmink commented 5 months ago

Thanks a lot. Just tested the changes. Work like a charm 😸