|
|
|
|
|
by Spivak
2122 days ago
|
|
YAML has really good typing support with type annotations being a first class citizen. But you’re dependent on the hosting software (adding or understanding) the types. For example start: !date 2020-09-12
could actually map to a native date object. |
|