yaml-peg 1.0.9

A YAML 1.2 parser using a greedy parsing algorithm with PEG atoms.
1
2
3
4
5
6
7
8
9
10
a: b
c:
  - d: e
  - f:
      g: h
  - i:
    - j
---
- a
- b