summaryrefslogtreecommitdiffstats
path: root/tests/Settings.json
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-13 15:57:21 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-13 15:57:21 -0700
commit3c3d1e860eded0027f1efe3bb25e0fa6fa8b8940 (patch)
treedc27dc47ebf2537b3f21fe10ae23de2efe824b53 /tests/Settings.json
parentab0d8cb9aa107c8d561f3c188e6cbf472a7df23b (diff)
Add JSON
Diffstat (limited to 'tests/Settings.json')
-rw-r--r--tests/Settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/Settings.json b/tests/Settings.json
new file mode 100644
index 0000000..c8b72c5
--- /dev/null
+++ b/tests/Settings.json
@@ -0,0 +1,16 @@
+{
+ "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"
+ }
+ }
+}