Method

JsonGeneratorset_indent

Declaration [src]

void
json_generator_set_indent (
  JsonGenerator* generator,
  guint indent_level
)

Description [src]

Sets the number of repetitions for each indentation level.

Available since:0.14
Sets propertyJson.Generator:indent

Parameters

indent_level guint
 

The number of repetitions of the indentation character that should be applied when pretty printing.