pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
239 stars 73 forks source link

Add example to README to show how to handle arrays in yaml #94

Open anujdeshpande opened 1 year ago

anujdeshpande commented 1 year ago

Adding this example to make it easier to understand how to use arrays

pantoniou commented 9 months ago

The example is fine, but I would like to add a new file (like invoice-new.yaml) because the invoice.yaml file is used through out the YAML spec as is.