-
My json object has a string named "name" and with content 'n'. It is stringified as which is pared back by yaml golang library as bool which I confirmed by specification is right. So How can I stringify it as
or
to avoid this probolem? |
Beta Was this translation helpful? Give feedback.
Answered by
eemeli
Mar 25, 2022
Replies: 1 comment
-
Probably best to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eemeli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably best to use the
version: '1.1'
option, as that'll not only account for this, but other schema incompatibilities as well.