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
Excellent tool again. I am using this for test data in a test project. Is there a way to read the values of the yaml file to a map of objects. Something like, map<Object, Object>?
Because the test data can grow over time and the structure will never get complex. So, it can get to a max of 2 or 3 levels in hierarchy. I am open to suggestions if this approach doesn't make sense. Please recommend what makes sense.
Thanks.
The text was updated successfully, but these errors were encountered:
Excellent tool again. I am using this for test data in a test project. Is there a way to read the values of the yaml file to a map of objects. Something like, map<Object, Object>?
Because the test data can grow over time and the structure will never get complex. So, it can get to a max of 2 or 3 levels in hierarchy. I am open to suggestions if this approach doesn't make sense. Please recommend what makes sense.
Thanks.
The text was updated successfully, but these errors were encountered: