std.net.curl get json_encode

Imperatorn johan_forsberg_86 at hotmail.com
Fri Oct 2 23:20:48 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)
>
> [...]

I also suggest you take a look at other "json packages" as well:
https://code.dlang.org/search?q=json

For example std_data_json or asdf


More information about the Digitalmars-d-learn mailing list