Closed
Description
I expect
To register the application/ld+yaml
mediatype.
This includes:
- providing considerations about yaml features that are not round-trip safe when serializing to json, including
- Complex mapping keys, since keys must be str, int, float, bool or None, not tuple
- NaN, Infty not supported
- providing considerations about yaml features that cannot be used since there is no json counterpart (eg. explicit typing
!!str
)
Metadata
Metadata
Assignees
Type
Projects
Status
Closed