jaml 0.2.0

A Rust library for parsing and formatting JAML (Just Another Markup Language)
Documentation
1
2
3
4
# YAML accepts this, silently overriding the first key with the second.
duplicate_keys:
  a: 1
  a: 2