We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: