Added package json_schema_import (#2993)

This commit is contained in:
James 2025-03-06 20:18:57 -08:00 committed by GitHub
parent d9f324a743
commit 3be17da042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34704,5 +34704,17 @@
"description": "An extension of `jsony` supporting better hooks, and type creation from schemas",
"license": "MIT",
"web": "https://github.com/thing-king/jsony_plus"
},
{
"name": "json_schema_import",
"url": "https://github.com/Nycto/NimJsonSchemaImporter",
"method": "git",
"tags": [
"json",
"schema"
],
"description": "Converts JSON schema definitions to nim types",
"license": "MIT",
"web": "https://github.com/Nycto/NimJsonSchemaImporter"
}
]