Convert ResultSet to List of Associted Array

Jshah via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 30 09:39:05 PDT 2017


Hi

I am new to D writing a web service with vibe.

My webservice connect to mysql and return the result
as JSON.

How do I convert resultset to Array of Associated Array
[["col1" : value, "col2" : value], ....]











More information about the Digitalmars-d-learn mailing list