sourcemeta / awesome-jsonschema

A curated list of awesome JSON Schema resources, tutorials, tools, and more
https://json-schema.org
Creative Commons Zero v1.0 Universal
119 stars 4 forks source link

Angular Formly JSON Schema #24

Open HaidarZ opened 1 year ago

HaidarZ commented 1 year ago

URL

https://formly.dev/

Summary

Angular Formly is an awesome angular library that supports building forms using either their own schema or following JSON schema as an option. Checkout this example: https://formly.dev/docs/examples/advanced/json-schema

jviotti commented 1 year ago

Hey @HaidarZ ,

Thanks for the recommendation! The official JSON Schema website already maintains a lists of tools that make use of JSON Schema, and it was decided for this Awesome JSON Schema project to not duplicate a similar list here (see https://github.com/jviotti/awesome-jsonschema#libraries).

Can you instead send a PR to the official JSON Schema website to list Formly there? You can do so here: https://github.com/json-schema-org/json-schema-org.github.io/blob/1355458a7021b50b9905ce8a785bc645f952346d/implementations.md?plain=1#L222

Thanks!