How to parse and get array of objects? #1579
Replies: 1 comment
-
oh, I forgot to capitalize all the properties, my bad, nvm |
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
-
suppose I have
config.yaml
like this:and a struct
Job
(optional cmd or cmdFile)How do I parse my yaml file to get the
[]Job
? Thank you for your help! I got stuck for multiple hours on this.Beta Was this translation helpful? Give feedback.
All reactions