Skip to content
JsonArray

CloneTo

void CloneTo(JsonArray& other) const

This will clone every value of itself into other, completely overwriting other in the progress.

This is a deep-copy function, meaning, every reference will be unreferenced while cloning, and the copy and the original will have no connection whatsoever.