Objectively
Ultra-lightweight object oriented framework for GNU C.
Loading...
Searching...
No Matches
JSONProperties Struct Reference

#include <JSONSerializers.h>

Overview

Describes the JSON binding for all fields of a C struct.

Definition at line 120 of file JSONSerializers.h.

Properties

const char * name
 The struct type name.
 
const JSONPropertyproperties
 The NULL-terminated JSONProperty array.
 
size_t size
 The struct size, i.e. sizeof(Struct).
 

Property Details

◆ name

const char* JSONProperties::name

The struct type name.

Definition at line 125 of file JSONSerializers.h.

◆ properties

const JSONProperty* JSONProperties::properties

The NULL-terminated JSONProperty array.

Definition at line 135 of file JSONSerializers.h.

◆ size

size_t JSONProperties::size

The struct size, i.e. sizeof(Struct).

Definition at line 130 of file JSONSerializers.h.


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