json-editor
JSON Schema Based Editor (by json-editor)
adif-json-protobuf
Protocol buffer and JSON schema based on the amateur radio data interchange format (ADIF) (by k0swe)
json-editor | adif-json-protobuf | |
---|---|---|
9 | 1 | |
4,772 | 14 | |
0.7% | - | |
2.5 | 7.2 | |
about 1 month ago | 13 days ago | |
JavaScript | JavaScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
json-editor
Posts with mentions or reviews of json-editor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-30.
- JSON Schema Based Editor
- JSON-editor: generate forms and edit JSON documents using JSON schema
-
What are the real cons of using jenkins?
Combined with the fact that the parameter UI is highly dynamic through plugins(like how the extended choice parameters plugin supports defining complex input forms using json-editor means you can use Jenkins as an interface to run any kind of job that requires almost any type of input.
-
Ask HN: Do you use JSON Schema? Help us shape its future stability guarantees
I use JSON schema to generate JSON-editing forms via json-editor: https://github.com/json-editor/json-editor
Then I can use the same schema in the backend to validate the data, both sent in via the form and directly with the application/json content-type. It's a pretty smooth flow, and reduces a lot of redundancy.
-
[TASK] 50$ - App to fill JSON
I have found stuff similar to this, for example json-editor.
-
Repeating form builder
JSON Editor takes a JSON Schema and uses it to generate an HTML form.
-
FormKit — Vue 3 Forms, Supercharged
Some project followed that way like json-editor
-
Suggestions on web interface for inserting values into a YAML document
json-editor is a really easy way to build complex forms. The resulting schema is returned as json which you can just convert to yaml. I use this in Jenkins for complex parameters.
-
Looking for UI for building yaml by schema
https://github.com/json-editor/json-editor was used in the backbone.js version of swagger-ui to generate input forms from json-schema.
adif-json-protobuf
Posts with mentions or reviews of adif-json-protobuf.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Dependency on go.mod that's not at the root of its repo?
I'm attempting to have one repository https://github.com/k0swe/adif-json-protobuf which is a protobuf definition and bindings in several languages including Go, and another project https://github.com/k0swe/kellog-func that depends on the Go bindings.
What are some alternatives?
When comparing json-editor and adif-json-protobuf you can also consider the following projects:
alt-schema - Flat JSON Schema specification and basic utility methods
jsonform - Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
formkit - Vue Forms ⚡️ Supercharged
express-json-validator-middleware - Express middleware for validating requests against JSON schema
schema-dts - JSON-LD TypeScript types for Schema.org vocabulary
kellog-func - GCP Cloud Functions supporting k0swe/forester