OperatorsmoveVersion: v5.0On this pagemovemove to=from, ...DescriptionMoves the valuesto: fieldThe field to move into.from: fieldThe field to move from.Examplesfrom {x: 1, y: 2} move z=y, w.x=x{ z: 2, w: { x: 1, }, }