jedison 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -3
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +10 -6
- package/dist/esm/jedison.js.map +1 -1
- package/dist/umd/jedison.umd.js +1 -1
- package/dist/umd/jedison.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
# Jedison
|
|
4
4
|
|
|
5
|
-
Generates forms from JSON schemas. Can be used in backend to validate JSON data too.
|
|
6
|
-
|
|
7
5
|
## 🚀 Quick Links
|
|
8
6
|
|
|
9
7
|
🎮 **[Playground](https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5)**
|
|
@@ -12,7 +10,7 @@ Test and experiment with configuration options in a live environment.
|
|
|
12
10
|
📖 **[Documentation](https://germanbisurgi.github.io/jedison-docs/)**
|
|
13
11
|
Learn how to use Jedison with detailed guides and interactive examples.
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
## What is Jedison
|
|
16
14
|
|
|
17
15
|
Jedison helps you validate JSON data on the backend and generate interactive forms from JSON Schemas on the frontend.
|
|
18
16
|
|