Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.76 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.76 KB

Apache License Support Studio GitHub release GitHub issues

JSON To Tree Module for Mendix

Icon

You have a simple JSON that has a nested structure (children) and you want to import this into Mendix?

Java Actions

  • Convert JSON to Mendix Object Tree (non-persistent)

This will create a tree of non-persistent Node objects that each have a parent, and are bound to a Tree object. See Domain-model:

Domain

How you follow up with that is up to you. The module includes a few examples of how you can create a Tree structure. This is showcased in the test-project:

https://treecreatortestapp-sandbox.mxapps.io/

Libraries used

  • Jackson Core
    • Version 2.10.2
    • License: Apache 2.0
    • link
  • Jackson Annotations
    • Version 2.10.2
    • License: Apache 2.0
    • link
  • Jackson Databind
    • Version 2.10.2
    • License: Apache 2.0
    • link

License

Apache 2