std.net.curl get json_encode

Imperatorn johan_forsberg_86 at hotmail.com
Fri Oct 2 23:03:21 UTC 2020


On Friday, 2 October 2020 at 21:12:09 UTC, Vino wrote:
> Hi All,
>
>    Request your help, the below code is working but we need the 
> output as a json array, in PHP we have json_encode(content), so 
> how to do the same in D, the output is as below, as we need to 
> store this output into database table which contains columns' 
> (Id, Hostname, pool,email_id,username)
>
> [...]

JSONValue jv = parseJSON(content);


More information about the Digitalmars-d-learn mailing list