VibeD - takeing out value from json
holo via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jul 25 08:40:34 PDT 2017
There was need to change one line from:
auto header = result["heading"].to!string;
to:
auto header = result[0]["heading"].to!string;
More information about the Digitalmars-d-learn
mailing list