JSFiddle - React, Tailwind, and code Playground

by neonDog

JavaScript

const obj = {
  "children": [
    {
      "blockType": "navigation",
      "blockId": 1
    },
    {
      "blockType": "section",
      "blockId": 1,
      "children": [
        {
          "blockType": "heading",
          "blockId": 1
        },
        {
          "blockType": "section",
          "blockId": 1
        }
      ]
    },
    {
      "blockType": "footer",
      "blockId": 1
    }
  ]
};


const patch = [{
  "op": "move",
  "from": "/children/1/children/0",
  "path": "/children/1/children/1/children/0"
}];