39aldo39/klfc

Export data types and parsers as a library?

kindaro opened this issue · 3 comments

I would like my build script to look inside the json files to see the names of the layouts. But, at the moment, it is not quite feasible. Perhaps you would consider moving some section of the code to a library, so that it can be integrated with other projects?

I could try to make the parser etc. a library, but I don't know if I will do it soon. Do you also want to modify the layouts, or only read it? If you just want to read it, it may be easier to just parse the JSON yourself.

If someone were to do it, would you merge?

It is also good for testing.

I would!