dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D

Home Page:http://sdlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Abscissa opened this issue · comments

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

this is probably related to: dlang/dub#626

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?

This is your most important ticket