Added an example application that displays statistics about YAML
documents.
This commit is contained in:
parent
d5a063930d
commit
f726ff0b94
3 changed files with 113 additions and 0 deletions
4
examples/yaml_stats/small.yaml
Normal file
4
examples/yaml_stats/small.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- 1
|
||||
- 2 : 'a'
|
||||
3 : 'b'
|
||||
- 4 : [1.0, 2.1, 3.2]
|
Loading…
Add table
Add a link
Reference in a new issue