summaryrefslogtreecommitdiffstats
path: root/tests/Settings.json5
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Settings.json5')
-rw-r--r--tests/Settings.json518
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/Settings.json5 b/tests/Settings.json5
new file mode 100644
index 0000000..cfab1f5
--- /dev/null
+++ b/tests/Settings.json5
@@ -0,0 +1,18 @@
+{
+ // c
+ /* c */
+ debug: true,
+ production: false,
+ arr: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10,],
+ place: {
+ name: 'Torre di Pisa',
+ longitude: 43.7224985,
+ latitude: 10.3970522,
+ favorite: false,
+ reviews: 3866,
+ rating: 4.5,
+ creator: {
+ name: "John Smith",
+ }
+ }
+}