14 lines
344 B
JSON
14 lines
344 B
JSON
|
|
{
|
||
|
|
"VSetID": 41,
|
||
|
|
"name": "math_sign",
|
||
|
|
"VSName": "Math Sign",
|
||
|
|
"VCategory": "User-defined",
|
||
|
|
"values": [
|
||
|
|
{"key": "=", "value": "Equal"},
|
||
|
|
{"key": "<", "value": "Less than"},
|
||
|
|
{"key": ">", "value": "Greater than"},
|
||
|
|
{"key": "<=", "value": "Less than or equal to"},
|
||
|
|
{"key": ">=", "value": "Greater than or equal to"}
|
||
|
|
]
|
||
|
|
}
|