Added an example application that displays statistics about YAML

documents.
This commit is contained in:
Ferdinand Majerech 2011-10-20 23:20:02 +02:00
parent d5a063930d
commit f726ff0b94
3 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- 1
- 2 : 'a'
3 : 'b'
- 4 : [1.0, 2.1, 3.2]