@lcap/nasl-parser
Version:
Take Nasl text to Nasl AST with the help of generalized parsing.
34 lines (33 loc) • 841 B
JSON
{
"concept": "Enum",
"name": "MyEnumInt",
"description": "这不是一个有用的枚举",
"changedTime": 1729585883243,
"valueType": {
"concept": "TypeAnnotation",
"typeKind": "primitive",
"typeNamespace": "nasl.core",
"typeName": "Long"
},
"enumItems": [
{
"concept": "EnumItem",
"value": "0",
"changedTime": 1729585884249,
"label": {
"concept": "StaticString",
"value": "nmb",
"changedTime": 1729585909262
}
},
{
"concept": "EnumItem",
"value": "1",
"changedTime": 1729585884479,
"label": {
"concept": "StaticString",
"value": "2333"
}
}
]
}