Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterate on the YAML and recovery the unknown KEY = VALUE information! #16

Open
WillianBR opened this issue Dec 26, 2022 · 0 comments
Open

Comments

@WillianBR
Copy link

Hi Folks,

I looking at this code and it seems good.

But I can't found a way of read a unknown YAML file and enumerate a section to get the KEY and the VALUE data.

There's any way to do so?

I just need to iterate on the YAML and recovery the unknown KEY = VALUE information!

Somebody can help me?

Kind of:

for(auto it = myvalues.Begin(); itS != myvalues.End(); it++)
{
    // get each KEY & VALUE
   // use the K & V
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant