Reproducible worked example
Try the “JSON Import Demo” example
Starting point
Load the built-in “JSON Import Demo” demo. It starts with labels such as Project Plan, Research, Market Analysis, User Interviews, and Design.
What to verify
Use JSON To Mind Map to visualize any JSON structure as mind map. The demo should produce a transformed, checked, or presentation-ready result that can be compared with its starting material; confirm that Project Plan, Research, and Market Analysis appear in the result.
Fixture input excerpt
{ "name": "Project Plan", "children": [ { "name": "Research", "children": [ { "name": "Market Analysis" }, { "name": "User Interviews" } ] }, { "name": "Design", "children": [ { "name": "Wireframes" }, { "name": "Prototype" } ] }, { "name"…The example is derived from the maintained fixture behind JSON To Mind Map's Try Demo control, rather than from an invented scenario. It exercises the “import or convert material” workflow with javascript object notation (json) and visual thinking as review lenses.
Demo evidence ID: bd949485b8d8bc51