jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

json schema editor with transcrypt integration #111

Closed PhE closed 4 months ago

PhE commented 6 years ago

I work with json-editor to generate forms based on json schemas. We write business logic scripts linked to those forms in javascript. JSON schemas and scripts are written by business people (not dev at all !).

We recently moved from javascript to transcrypt to make those scripts more readable. It works very well and the script are 5x shorter !

We may move from raw JSON shema models to your library to get the same readability boost for our models.

I was wondering if your library may run on transcrypt. If so we could have the same source base (python) running on transcrypt for frontend and CPython for backend.

Does it make sense ?

PhE commented 4 months ago

Wrong project. Sorry !