Files
TSpdf/TSpdf.tests/TSpdf.commons.tests/resources/TSpdf/commons/utils/JsonUtilTest/classWithEnum.json
2026-05-27 17:09:59 +02:00

8 lines
113 B
JSON

{
"firstValue": "SECOND_VALUE",
"enumArray": [
"FIRST_VALUE",
"FIRST_VALUE",
"SECOND_VALUE"
]
}