SDLang-D
SDLang-D copied to clipboard
CLI/lib tools to convert to/from JSON and XML
Need a library API and command line util to convert (to the extent possible) between SDL and JSON/XML.
this is probably related to: https://github.com/D-Programming-Language/dub/issues/626
Two ideas
- I think JSON is nowadays enough
- if it's available via
cat foo.sdl | dub run sdlang > foo.jsonordub run sdlang foo.sdl > foo.jsonthat should cover most use cases?
This is your most important ticket