summaryrefslogtreecommitdiffstats
path: root/tests/inputs/enum/enum.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inputs/enum/enum.json')
-rw-r--r--tests/inputs/enum/enum.json9
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"
+ ]
+}