ron-edit 0.2.0

ron parser preserving all syntax information
Documentation
1
2
3
4
5
6
7
8
9
10
(
    value: "string",
    value: inf,
    value: +NaN,
    map: {
        A: "hello",
        [1, 2]: Something
    },
    r#12+10.3-x: "five"
)