Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadako/hxjsonform
JSON editor generator in Haxe for Haxe
https://github.com/nadako/hxjsonform
Last synced: 11 days ago
JSON representation
JSON editor generator in Haxe for Haxe
- Host: GitHub
- URL: https://github.com/nadako/hxjsonform
- Owner: nadako
- Created: 2015-07-30T19:02:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T21:37:17.000Z (over 9 years ago)
- Last Synced: 2024-10-25T09:50:00.374Z (about 2 months ago)
- Language: Haxe
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NOT READY YET
This is a little JSON editor generator in Haxe.
The basic idea is to pass a schema and get an editor that can display, edit and validate values based on that schema.
It doesn't use JSON-Schema as it's really meant to be used for validation and it's a bit annoying to use for editor generation.
TODO:
* complete basic types
* support ADT-ish choices like {?optionA:Int, ?optionB:String}
* support selecting one of given object schemas for a single value (e.g. for base "MapItem" there can be "House", "Turret", etc.)
* validation
* macro schema generation from haxe types
* visual styling