biojppm / rapidyaml

Rapid YAML - a library to parse and emit YAML, and do it fast.
MIT License
583 stars 100 forks source link

Add sequence num_children checks to quickstart #466

Open aleksigron opened 2 months ago

aleksigron commented 2 months ago

This PR adds a few usages of num_children() to sequence nodes in quickstart.cpp. This is to give the reader a hint that the children API is used for iterating sequences as well as maps.

Fixes #438