Nyx Node
Loading...
Searching...
No Matches

Struct describing a JSON null object. More...

#include <nyx_node.h>

Collaboration diagram for nyx_null_t:

Public Member Functions

nyx_null_tnyx_null_new (void)
 Allocates a new JSON null object.
 
void nyx_null_free (nyx_null_t *object)
 Frees memory of the provided JSON null object.
 
str_t nyx_null_to_string (const nyx_null_t *object)
 Returns a string representing the provided JSON null object.
 

Data Fields

nyx_object_t base
 Common object header for JSON objects.
 

Detailed Description

Struct describing a JSON null object.

Definition at line 629 of file nyx_node.h.

Field Documentation

◆ base

nyx_object_t nyx_null_t::base

Common object header for JSON objects.

Definition at line 631 of file nyx_node.h.


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