JsonArray¶ Merge¶ void Merge(const JsonArray& other) Will merge other into this. It will basically insert a copy of every single element present in other into itself.