Method

JsonReaderget_null_value

Declaration [src]

gboolean
json_reader_get_null_value (
  JsonReader* reader
)

Description [src]

Checks whether the value of the current position of the reader is null.

See also: json_reader_get_value()

Available since:0.12

Return value

Returns: gboolean
 

TRUE if null is set, and FALSE otherwise.