aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json
new file mode 100644
index 00000000..34ea2462
--- /dev/null
+++ b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json
@@ -0,0 +1,13 @@
+{
+ "comment": [
+ "This is a sample JSON File",
+ "Which can contain fake data."
+ ],
+ "fake": true,
+ "numbers": [ 1, 2, 3 ],
+ "map": {
+ "x": 100,
+ "y": 200,
+ "z": 32
+ }
+}