Method

JsonReaderget_int_value

Declaration [src]

gint64
json_reader_get_int_value (
  JsonReader* reader
)

Description [src]

Retrieves the integer value of the current position of the reader.

See also: json_reader_get_value()

Available since:0.12

Return value

Returns: gint64
 

The integer value.