Json_.integer

Represents a JSON integer value stored as a `long` in the `Json_` union.

union Json_
long integer;