std_data_json
std_data_json copied to clipboard
Serializing struct to JSON
I write writing a small utility and was surprised to not find any support for serializing from a struct to a JSON object. Much to my surprise, I couldn't find any similar support in Phobos, only in Vibe.d (http://vibed.org/api/vibe.data.json/serializeToJsonString). Did I miss something or is it just not supported ?