> For the complete documentation index, see [llms.txt](https://docs.miromindmap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miromindmap.com/export-types/json.md).

# JSON

### Example 1

#### Example Mind Map

<figure><img src="/files/FSC80meDMNZpeiRicnVu" alt=""><figcaption><p>Details about a vehicle</p></figcaption></figure>

#### JSON Export

```json
{
  "text": "Vehicle Details",
  "links": [],
  "children": [
    {
      "text": "Milage",
      "links": [],
      "children": [
        {
          "text": "37,201",
          "links": [],
          "children": []
        }
      ]
    },
    {
      "text": "Year",
      "links": [],
      "children": [
        {
          "text": "2015",
          "links": [],
          "children": []
        }
      ]
    },
    {
      "text": "Model",
      "links": [],
      "children": [
        {
          "text": "Vauxhall Corsa SE",
          "links": [],
          "children": []
        }
      ]
    },
    {
      "text": "Colour",
      "links": [],
      "children": [
        {
          "text": "Black",
          "links": [],
          "children": []
        }
      ]
    }
  ]
}
```

### Example 2

#### Example Mind Map

<figure><img src="/files/P5Q6bPGqe4EJhvyVfSgL" alt=""><figcaption><p>Vauxhall Corsa Node has a link attached</p></figcaption></figure>

```json
{
  "text": "Vehicle Details",
  "links": [],
  "children": [
    {
      "text": "Model",
      "links": [],
      "children": [
        {
          "text": "Vauxhall Corsa SE",
          "links": [
            "https://en.wikipedia.org/?title=Vauxhall_Corsa&amp;redirect=no"
          ],
          "children": []
        }
      ]
    }
  ]
}
```
