|
CToon C 0.6.1
A C99 TOON/JSON serialization library
|
#include <ctoon.h>

Data Fields | |
| uint64_t | tag |
| ctoon_val_uni | uni |
| ctoon_mut_val * | next |
Mutable TOON value, 24 bytes. The 'tag' and 'uni' field is same as immutable value. The 'next' field links all elements inside the container to be a cycle.
| ctoon_mut_val* ctoon_mut_val::next |
| ctoon_val_uni ctoon_mut_val::uni |