https://github.com/mendixlabs/mendix-jsontotree-module
Create a Tree structure in Mendix from a nested JSON
https://github.com/mendixlabs/mendix-jsontotree-module
jackson-json-processor java mendix mendix-mo
Last synced: 4 months ago
JSON representation
Create a Tree structure in Mendix from a nested JSON
- Host: GitHub
- URL: https://github.com/mendixlabs/mendix-jsontotree-module
- Owner: mendixlabs
- License: other
- Created: 2020-02-07T15:06:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T13:08:51.000Z (over 3 years ago)
- Last Synced: 2025-07-01T12:53:53.376Z (8 months ago)
- Topics: jackson-json-processor, java, mendix, mendix-mo
- Language: Java
- Homepage: https://appstore.home.mendix.com/link/app/112832/
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[-orange.svg)](https://docs.mendix.com/developerportal/app-store/app-store-content-support)
[](https://appstore.home.mendix.com/link/modeler/)


# JSON To Tree Module for Mendix

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:

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/](https://treecreatortestapp-sandbox.mxapps.io/)
## Libraries used
- Jackson Core
- Version 2.10.2
- License: Apache 2.0
- [link](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.10.2)
- Jackson Annotations
- Version 2.10.2
- License: Apache 2.0
- [link](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.10.2)
- Jackson Databind
- Version 2.10.2
- License: Apache 2.0
- [link](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.10.2)
## License
Apache 2