Package org.liufree.xmindparser
Class XmindZen
- java.lang.Object
-
- org.liufree.xmindparser.XmindZen
-
public class XmindZen extends Object
- Author:
- liufree liufreeo@gmail.com XmindZen TODO 2020/4/28 10:26
-
-
Constructor Summary
Constructors Constructor Description XmindZen()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetContent(String jsonContent)"notes": { "plain": { "content": "这是副节点1的备注" }, "ops": { "ops": [ { "insert": "这是副节点1的备注\n" } ] } 转换为 "notes":{ "content":"这是副节点1的备注" }
-