Gateway C ABI
Loading...
Searching...
No Matches
sGCJsonObject Struct Reference

The JSON object. More...

#include <json.h>

Data Fields

GCJsonType type
 The type of the JSON object.
 
const void * ptr
 The pointer to the underlying JSON object.
 

Detailed Description

The JSON object.

Every JSON object is represented by a pointer to a struct of this type.

Field Documentation

◆ ptr

const void * sGCJsonObject::ptr

The pointer to the underlying JSON object.

◆ type

GCJsonType sGCJsonObject::type

The type of the JSON object.


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