DoxigAlpha

Value

Represents any JSON value, potentially containing other JSON values. A .float value may be an approximation of the original value. Arbitrary precision numbers can be represented by .number_string values. See also std.json.ParseOptions.parse_numbers.

Fields of this type

Fields

#
null:null
bool:bool
integer:i64
float:f64
number_string:[]const u8
string:[]const u8

Functions in this namespace

Functions

#