DUB: json or sdl?

Martin Tschierschke mt at smartdolphin.de
Fri Sep 24 11:27:46 UTC 2021


On Wednesday, 22 September 2021 at 10:19:18 UTC, Ki Rill wrote:
> Out of curiosity, which one do you use in your dub projects and 
> why do you prefer one over another?
>
> For example, I use json. Simply because when I see `sdl`, I 
> think of `SDL2` graphics library.
>
> What's your reason?

My thought about the missing comments:

The DUB-parser of the .json files might just remove all

       "comment": "My comment"

from the parsing result and we would have a way to place them.


       "comment": "List of authors is probably not complete"
       "authors": [
                     "Martin Tschierschke"
             ],



More information about the Digitalmars-d mailing list