Skip to main content

Module opt_int

Module opt_int 

Source
Expand description

A 64-bit integer that may be absent, encoded as a JSON string.

Functionsยง

deserialize
Accepts a string, a number, or null.
serialize
Emits the canonical string form, or null when absent.