Nyx Node
Loading...
Searching...
No Matches
Collaboration diagram for JSON Null Object:

Classes

struct  nyx_null_t
 Struct describing a JSON null value. More...
 

Functions

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

Detailed Description

Function Documentation

◆ nyx_null_new()

nyx_null_t * nyx_null_new ( )

Allocates a new JSON null object.

Returns
The new JSON null.

◆ nyx_null_free()

void nyx_null_free ( nyx_null_t * object)

Frees memory of the provided JSON null object.

Parameters
objectThe provided JSON null object.

◆ nyx_null_to_string()

str_t nyx_null_to_string ( const nyx_null_t * object)

Returns a string representing the provided JSON null object.

Parameters
objectThe provided object.
Returns
The string representing the provided JSON null object.