CToon C 0.6.1
A C99 TOON/JSON serialization library
Loading...
Searching...
No Matches
ctoon_write_options Struct Reference

#include <ctoon.h>

Data Fields

ctoon_write_flag flag
 
ctoon_delimiter delimiter
 
int indent
 

Detailed Description

Full options for ctoon_write_opts / ctoon_val_write_opts.

Definition at line 1261 of file ctoon.h.

Field Documentation

◆ delimiter

ctoon_delimiter ctoon_write_options::delimiter

Array value delimiter.

Definition at line 1263 of file ctoon.h.

◆ flag

ctoon_write_flag ctoon_write_options::flag

CTOON_WRITE_* flags (no indent here).

Definition at line 1262 of file ctoon.h.

◆ indent

int ctoon_write_options::indent

Spaces per indent level (0 = minify, default 2).

Definition at line 1264 of file ctoon.h.


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