Open SudoDios opened 3 years ago
how to move items ?
How to remove item (s) ? How to update item ?
Use fastJson to parse the file . Use custom Node class
Node
Parse the root json object recursively, parse it into a root Node. While modifying the data, also apply it to the original json content and children nodes.
Sort, expand, move, piece of a cake.
Please add feature to create list from json. Thanks