oyranos-cms / oyranos

Colour Management System
https://gitlab.com/oyranos/oyranos
Other
19 stars 6 forks source link

OyjlArgs serialisation #55

Closed beku closed 5 years ago

beku commented 5 years ago

Add oyjlUi_ExportToJson() and oyjlUi_FromJson() to contain all related stuff. That dump shall make it easier to edit oyjl args and write exporters to other languages than current C only sources.

Workflow:

beku commented 5 years ago

An other interesting, but laborious, function implementation would be scanning in man pages for oyjlUi_s data structure creation.

beku commented 5 years ago

The JSON to C code is getting closer. The output compiles already. TODO:

beku commented 5 years ago

Code is checked in and the generated C sources compile in tree for easy checking.