Skip to content

mendixlabs/mendix-jsontotree-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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