ron 0.12.1

Rusty Object Notation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
    boolean: true,
    float: 8.2,
    map: {
        1: '1',
    },
    nested: (
        a: "Decode me!",
        b: 'z',
    ),
    tuple: (
        3,
        7,
    ),
)