Details
Description
The motivation behind the Data type is that instances of this type can be represented as JSON without conversion. As such, it must only represent the following:
Data
|
|- Boolean
|
|- Integer
|
|- Float
|
|- String
|
|- Undef
|
|- Array[Data]
|
|- Hash[String,Data]
|
Attachments
Issue Links
- relates to
-
PUP-7382 Ensure current values are YAML serializable
-
- Closed
-
1.
|
Update Language Spec wrt changed "Data" data type |
|
Resolved | Unassigned |