copy(JSON.stringify(data["frames"].map((point) => { return point["participantFrames"]["7"]["position"]; }).filter((point) => (point != undefined)) .map((point) => ([point.x, point.y]))));