diff options
Diffstat (limited to 'tests/inputs/casing/casing.json')
-rw-r--r-- | tests/inputs/casing/casing.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/inputs/casing/casing.json b/tests/inputs/casing/casing.json new file mode 100644 index 0000000..559104b --- /dev/null +++ b/tests/inputs/casing/casing.json @@ -0,0 +1,4 @@ +{ + "camelCase": 1, + "snakeCase": "ONE" +} |