According to the documentation, there should be a zip function for objects. But in the source code, is only a zip functions for arrays and none for objects.
Hey @manuelhenke thanks for bringing this up. We did some renaming and moving around of the zip function recently so the zip documentation your seeing in the object module shouldn't be there. I've fixed it 👍
According to the documentation, there should be a
zip
function for objects. But in the source code, is only azip
functions for arrays and none for objects.