Nyx Node
|
Struct describing a JSON null value. More...
#include <nyx_node.h>
Public Member Functions | |
nyx_null_t * | nyx_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 |
??? | |
Struct describing a JSON null value.