[][src]Module json_in_type::base_types

Serialization of numbers, booleans, and null

Structs

JSONfalse

A JSON value representing the value false This is a Zero-Sized type. It takes zero bytes in memory at runtime.

JSONtrue

A JSON value representing the value true This is a Zero-Sized type. It takes zero bytes in memory at runtime.