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

Struct describing a JSON null value. More...

#include <nyx_node.h>

Collaboration diagram for nyx_null_t:

Public Member Functions

nyx_null_tnyx_null_new ()
 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.
 

Public Attributes

nyx_object_t base
 ???
 

Detailed Description

Struct describing a JSON null value.


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