MMD Docs
  • Welcome
  • How to
  • Updates
    • 3.0.0 (Latest)
    • 2.2.2
    • 2.2.1
    • 2.2.0
    • 2.1.2
    • 2.1.1
  • Export Types
    • CSV
    • OPML
    • OPML with Attributes
    • JSON
    • API
  • Notes
    • Links
    • Connectors
    • Direction
  • Resources
    • Facilitator School Demo
    • Import Template
  • Plans
    • Pricing
    • License Keys
Powered by GitBook
On this page
  • Example 1
  • Example 2
  1. Export Types

JSON

Export your mind map data as JSON

PreviousOPML with AttributesNextAPI

Last updated 7 months ago

Example 1

Example Mind Map

JSON Export

{
  "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

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

Details about a vehicle
Vauxhall Corsa Node has a link attached