{
  "dough": {
    "id": "dough",
    "name": "Basic Dough",
    "unit": "KG",
    "level": 0,
    "motherFactor": 1,
    "quantity": null,
    "originalQuantity": 1,
    "calculatedQuantity": 1,
    "weight": 1,
    "childrenWeight": 1.5,
    "originalCost": null,
    "calculatedCost": 2.5,
    "children": {
      "flour": {
        "id": "flour",
        "name": "Wheat Flour",
        "unit": "KG",
        "level": 1,
        "motherFactor": 1,
        "quantity": 1,
        "originalQuantity": 1,
        "calculatedQuantity": 1,
        "weight": 1,
        "childrenWeight": 0,
        "originalCost": 2.5,
        "calculatedCost": 2.5,
        "children": null
      },
      "water": {
        "id": "water",
        "name": "Water",
        "unit": "L",
        "level": 1,
        "motherFactor": 1,
        "quantity": 0.5,
        "originalQuantity": 0.5,
        "calculatedQuantity": 0.5,
        "weight": 0.5,
        "childrenWeight": 0,
        "originalCost": null,
        "calculatedCost": 0,
        "children": null
      }
    }
  }
}