writeJSON

Write a jsonizeable object to a file.

void
writeJSON
(
T
)
(
string path
,
T obj
)

Parameters

path string

filesystem path to write json to

obj T

object to convert to json and write to path

Meta