Home

ffhujson @main - refs - log -
-
https://git.jolheiser.com/ffhujson.git
hujson parser for peterbourgon/ff
ffhujson / testdata / value_arrays.json
- raw
1
2
3
4
5
6
7
{
    "s": ["a", "bb"],
    "i":["10","11","12"],
    "b": [ false, true ],
    "d": ["10m", "5s"],
    "x": ["a" , "B", "👍"]
}