https://github.com/mendixlabs/mendix-json-widget
JSON Viewer/Editor Widget for Mendix
https://github.com/mendixlabs/mendix-json-widget
Last synced: 4 months ago
JSON representation
JSON Viewer/Editor Widget for Mendix
- Host: GitHub
- URL: https://github.com/mendixlabs/mendix-json-widget
- Owner: mendixlabs
- License: apache-2.0
- Created: 2017-11-28T08:42:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T01:34:31.000Z (over 3 years ago)
- Last Synced: 2025-07-01T12:53:53.924Z (12 months ago)
- Language: JavaScript
- Size: 3.56 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSON Editor/Viewer for Mendix
===
This widget can view and edit a JSON object. The object is stored in a String attribute on an Entity
## Compatibility
The widget should be compatible with Mendix 5.21 and higher. The widget itself was built and tested in Mendix 7, but uses API's that are in Mendix 5 and 6 as well.
## Features
- View JSON
- Edit JSON
## Dependencies
This widget is built using the [widget-base](https://github.com/JelteMX/widget-base) setup in combination with [widget-base-helpers](https://github.com/JelteMX/widget-base-helpers). The following external libraries are used:
- [jsoneditor](https://www.npmjs.com/package/jsoneditor) (Apache-2.0 LICENSE)
## TODO
- Add schema for validation
- Add objects for easy insertion
## Configuration
The widget configuration speaks for itself. You should choose a String attribute that contains the JSON object. You can set readOnly or not.
## License
This widget is licensed undewr Apache 2.0