version 0.6.0
mod_json_writer::t_json Type Reference

Public Member Functions

generic write
 Write JSON file.
 
 formatted => json_write_formatted
 
generic up => json_up
 Return to parent object.
 
generic add => json_add_integer, json_add_double, json_add_string, json_add_boolean, json_add_null, json_add_integer_array, json_add_double_array, json_add_string_array, json_add_boolean_array
 Add item (integer, double, string, boolean, null) or array.
 
procedure add_object => json_add_object
 Add an empty object.
 
procedure add_array => json_add_array
 Add an empty array.
 
procedure finalize => json_finalize_type_bound
 Unalloc the structure.
 
final json_finalize
 Destructor.
 

Public Attributes

integer indent_length = 3
 Indentation length (default 3)
 

The documentation for this type was generated from the following file: