SDLang-D icon indicating copy to clipboard operation
SDLang-D copied to clipboard

CLI/lib tools to convert to/from JSON and XML

Open Abscissa opened this issue 10 years ago • 3 comments

Need a library API and command line util to convert (to the extent possible) between SDL and JSON/XML.

Abscissa avatar Aug 01 '15 20:08 Abscissa

this is probably related to: https://github.com/D-Programming-Language/dub/issues/626

extrawurst avatar Aug 01 '15 20:08 extrawurst

Two ideas

  • I think JSON is nowadays enough
  • if it's available via cat foo.sdl | dub run sdlang > foo.json or dub run sdlang foo.sdl > foo.json that should cover most use cases?

wilzbach avatar Aug 23 '16 16:08 wilzbach

This is your most important ticket

delanym avatar May 01 '22 17:05 delanym