std.net.curl get json_encode
ikod
igor.khasilev at gmail.com
Fri Oct 9 05:30:34 UTC 2020
On Friday, 9 October 2020 at 01:45:37 UTC, Vino wrote:
> On Friday, 2 October 2020 at 23:20:48 UTC, Imperatorn wrote:
>> On Friday, 2 October 2020 at 21:12:09 UTC, Vino wrote:
>>> Hi All,
...
> auto content = https.perform();
> https.shutdown;
> JSONValue jv = parseJSONValue(content);
Maybe
JSONValue jv = toJSONValue(content);
> writeln(jv["Name"]);
>
> }
>
> From,
> Vino
More information about the Digitalmars-d-learn
mailing list