Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Create a Tree structure in Mendix from a nested JSON

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages