spyzhov/ajson

Node.Clone() doesn't set the correct parents for children.

yevgenin opened this issue · 1 comments

The parent fields of children after a clone, still point to the original nodes, not the cloned ones. I wonder if this was intended? Anyway I propose a fix. See a PR I opened. #74

Also thank you for this great lib! Very useful.

Thanks! Looks catch, it was a bug :-) merged 👍