jaml 0.2.0

A Rust library for parsing and formatting JAML (Just Another Markup Language)
Documentation
1
2
3
4
5
6
7
8
9
10
block_map:
  a: 1
  b: 2
  c: 3

inline_map: {a: 1, b: 2, c: 3}
inline_map_trailing: {a: 1, b: 2, c: 3,}

"quoted_key": "quoted_value"
'single_quote': 'single_quote'