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);

Reply via email to