12 lines
357 B
JSON
12 lines
357 B
JSON
[
|
|
{
|
|
"format": "{o}.{o}.{o}.{o}",
|
|
"weight": 8,
|
|
"o": [{ "format": "0", "weight": 3 }, { "format": "10", "weight": 4 }, { "format": "#100", "weight": 2 }]
|
|
},
|
|
{
|
|
"format": "{g}:{g}:{g}:{g}:{g}:{g}:{g}:{g}",
|
|
"g": [{ "format": "{x}{x}{x}{x}", "x": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"] }]
|
|
}
|
|
]
|