|
Nyx Node
|
Struct describing a JSON null object. More...
#include <nyx_node.h>

Public Member Functions | |
| nyx_null_t * | nyx_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. | |
Struct describing a JSON null object.
Definition at line 629 of file nyx_node.h.
| nyx_object_t nyx_null_t::base |
Common object header for JSON objects.
Definition at line 631 of file nyx_node.h.