API MindManager
Answered
Hello everyone,
I develop an Console application with CSharp and I would like to read a MindMap file. I would use the MjService API, where can I found this API and how can I use it ? Which DLL is it ?
Thank you for your help !
I have not seen any documentation for the MjService API. You don't necessarily need an API to read MindManager files. They are zip files which include an XML file. The XML data format is not documented anywhere but the element naming is fairly clear. If you change the extension from .mmap to .zip you can unpack them.
I have not seen any documentation for the MjService API. You don't necessarily need an API to read MindManager files. They are zip files which include an XML file. The XML data format is not documented anywhere but the element naming is fairly clear. If you change the extension from .mmap to .zip you can unpack them.
---