You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tarasglek yeah, jd uses just the subset of YAML that is compatible with JSON. It's primary target is JSON, so it all gets converted internally, but that means you can only have string keys.
I wonder if I should change the internals to operate on YAML types. It's a superset of JSON anyway, and it would be easier to support requests to preserve comments, give errors pointing to specific row/col points, etc...
@tarasglek I'm going to change to name of this issue to reflect the desire to preserve YAML specific behavior if no JSON input or output is used. That would solve your problem. I'm not sure when I might get around to it though.
josephburnett
changed the title
openai yaml isn't supported
When inputs and outputs are YAML allow non-string keys (unsupported in JSON)
Feb 15, 2025
Cool tool. Unfortunately i found a common yaml it can't deal with.
unsupported key type bool
when I paste https://github.com/openai/openai-openapi/blob/master/openapi.yaml into http://play.jd-tool.io/The text was updated successfully, but these errors were encountered: