Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
yyjson_val_uni Union Reference

#include <yyjson.h>

Data Fields

uint64_t u64
int64_t i64
double f64
const char * str
void * ptr
size_t ofs

Detailed Description

Payload of a JSON value (8 bytes).

Definition at line 4956 of file yyjson.h.

Field Documentation

◆ f64

double yyjson_val_uni::f64

Definition at line 4959 of file yyjson.h.

Referenced by read_num().

◆ i64

int64_t yyjson_val_uni::i64

Definition at line 4958 of file yyjson.h.

Referenced by unsafe_yyjson_num_equals().

◆ ofs

size_t yyjson_val_uni::ofs

◆ ptr

◆ str

◆ u64

uint64_t yyjson_val_uni::u64

The documentation for this union was generated from the following file: