livr
Version:
Lightweight validator supporting Language Independent Validation Rules Specification
15 lines (14 loc) • 357 B
JSON
{
"city1": "New York",
"city2": "New York",
"city3": "New York",
"number1": "1.0",
"number2": "asdasd",
"number3": " _",
"empty_string": " ",
"extra_city": "New York",
"value_is_hash": {"test": 1},
"value_is_empty_hash": {},
"value_is_array": ["test", 1],
"value_is_empty_array": []
}