Method
JsonGeneratorto_file
Declaration [src]
gboolean
json_generator_to_file (
JsonGenerator* generator,
const gchar* filename,
GError** error
)
Description [src]
Creates a JSON data stream and puts it inside filename
, overwriting
the file’s current contents.
This operation is atomic, in the sense that the data is written to a
temporary file which is then renamed to the given filename
.