You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

xmind2json

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmind2json

Convert xmind to json or xml file.

1.1.0
pipPyPI
Maintainers
1

xmind2json is fork from xmindparser(https://github.com/tobyqin/xmindparser), a tool to help you convert xmind file to programmable data type, e.g. json, xml. Now support XMind 8.

Quikly Start

➜ pip3 install xmind2json
Collecting xmind2json
Installing collected packages: xmind2json
Successfully installed xmind2json-1.0.11

➜ xmind2json /Documents/test.xmind
Generated: /Documents/test.json

Change Log

1.1.0

  • Fork from github.com/tobyqin/xmindparser.
  • Support xmind 8 file type.
  • Default convert to json type file.
  • Output json file can contain non-ASCII characters.

Keywords

xmind parser converter json xml

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts