aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/ruleSet1.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/ruleSet1.json')
-rw-r--r--exampleData/ruleSets/ruleSet1.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleData/ruleSets/ruleSet1.json b/exampleData/ruleSets/ruleSet1.json
index d66b614..b4cfcb3 100644
--- a/exampleData/ruleSets/ruleSet1.json
+++ b/exampleData/ruleSets/ruleSet1.json
@@ -1 +1,7 @@
-{"id":42,"name":"Rule Set","description":"rule set description","rules":[{"id":42,"name":"r1","description":"desc1","rule":"rule txt1"},{"id":43,"name":"r2","description":"desc2","rule":"rule txt2"}]} \ No newline at end of file
+{"id":42,"name":"Rule Set","description":"rule set description","rules":[
+ //---
+ {"id":42,"name":"r1","description":"desc1","rule":"rule txt1"},
+ //---
+ {"id":43,"name":"r2","description":"desc2","rule":"rule txt2"}//,
+ //---
+ ]}