json-ld / yaml-ld

CG specification for YAML-LD and UCR
https://json-ld.github.io/yaml-ld/spec
Other
19 stars 8 forks source link

add section outlining conversion to Internal Representation #62

Closed ghurlbot closed 1 year ago

ghurlbot commented 1 year ago

The primary issue is that there seem to be no normative specification for how to turn YAML into JSON, or more importantly, the internal representation shared between YAML, JSON, and other systems. If one can be found, it can be referenced, otherwise, this section would describe this transformation.

due 27 Jul 2022 (@gkellogg)

gkellogg commented 1 year ago

Thoughts on this:

ioggstream commented 1 year ago

@gkellogg all the information related to generic yaml/JSON should be addressed in yaml media types. Could you please provide feedback there too? Feel free to open an issue and/or a PR.

gkellogg commented 1 year ago

@gkellogg all the information related to generic yaml/JSON should be addressed in yaml media types. Could you please provide feedback there too? Feel free to open an issue and/or a PR.

I will do so, but what's unique about our situation is the mapping to the internal representation, rather than a generic in-memory representation. Granted, they are closely related, and it would be much better for our spec to reference something from YAML-land.

Do you have a pointer to a specific repo in which an issue should be raised?

ioggstream commented 1 year ago

https://github.com/ietf-wg-httpapi/mediatypes the YAML media type repo ;)

gkellogg commented 1 year ago

@gkellogg all the information related to generic yaml/JSON should be addressed in yaml media types. Could you please provide feedback there too? Feel free to open an issue and/or a PR.

Done. See https://github.com/ietf-wg-httpapi/mediatypes/issues/59.