diff options
Diffstat (limited to 'tests/inputs/enum/enum.json')
-rw-r--r-- | tests/inputs/enum/enum.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/inputs/enum/enum.json b/tests/inputs/enum/enum.json new file mode 100644 index 0000000..d68f1c5 --- /dev/null +++ b/tests/inputs/enum/enum.json @@ -0,0 +1,9 @@ +{ + "choice": "FOUR", + "choices": [ + "ZERO", + "ONE", + "THREE", + "FOUR" + ] +} |