alias UCL::Value::Type

Overview

Every Crystal value a decoded UCL document can hold. The union is recursive so nested arrays and objects are fully typed. Objects decode to plain Hash(String, Type), so Value itself is not part of the union.

Alias Definition

Array(UCL::Value::Type) | Bool | Float32 | Float64 | Hash(String, UCL::Value::Type) | Int32 | Int64 | String | Time | Nil

Defined in:

ucl/value.cr