Replies: 1 comment
-
{ flow: true, lineWidth: 0 } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using stringify() to convert JSON data from an API to yaml. One of the JSON fields is an array of GPS coordinates
Stringify converts it to
Is there a way for stringify to keep this array in the same one line format as JSON rather than making it multiple lines?
Beta Was this translation helpful? Give feedback.
All reactions