internal.io

helpers for working with files containing JSON data

Members

Functions

readJSON
T readJSON(string file)

read a json-constructable object from a file

readJSON
auto readJSON(string file)

shortcut to read file directly into JSONValue

writeJSON
void writeJSON(T obj, string file)

write a jsonizeable object to a file

Meta