Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,21 @@
homepage: 'https://react-jsonschema-form-material-ui.github56.now.sh/'
lastUpdated: '2023-08-17'

- name: Jedison
description: 'A JavaScript library that generates forms from JSON Schemas for editing and validating JSON.'
toolingTypes: ['validator', 'schema-to-web-UI']
languages: ['JavaScript']
maintainers:
- name: 'German Bisurgi'
username: 'germanbisurgi'
platform: 'github'
license: 'MIT'
source: 'https://github.com/germanbisurgi/jedison'
homepage: 'https://germanbisurgi.github.io/jedison-docs/'
supportedDialects:
draft: ['2020-12']
lastUpdated: '2026-03-02'

- name: React Schema Form (networknt)
description: 'React form based on json schema for form generation and validation'
toolingTypes: ['schema-to-web-UI']
Expand Down
Loading