Comment on Show me a better text format for serializing

<- View Parent
OmnipotentEntity@beehaw.org ⁨11⁩ ⁨months⁩ ago

Change to Haskell formatted commas and the problem goes away :D

{ "a": 1
, "b": 2
, "c":
    [ 3
    , 6
    , 9
    ]
}

source
Sort:hotnewtop