Stringify: arrays in one lines for execptions only #395
Replies: 1 comment 10 replies
-
Collection nodes have a boolean Also, I'm presuming here that you're looking to keep the collection as a map, which would have this representation: { a: 0.01, d: 0.05, s: 0.001, r: 0.01 } |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if there is any way to output specific keys containing arrays in one line, just like that:
I read the answers for #220 but I don't see how it applies to my case since I am using stringify from Json to YAML. Am I missing something?
What I currently have:
What I am trying to do:
Beta Was this translation helpful? Give feedback.
All reactions