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], ....]
Jshah via Digitalmars-d-learn Sun, 30 Jul 2017 09:41:17 -0700
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], ....]