aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-06-27 06:13:26 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-27 06:16:09 +0300
commit9e500cf87537d7b5017ac29e938a7cc75879bddd (patch)
tree73c6ff88c18d5591ed5d4edefbbcb3561066d6b1
parent88c9cc89af214745df687ae4a5ba2373825165ee (diff)
downloadmolodivo-9e500cf87537d7b5017ac29e938a7cc75879bddd.tar.gz
Add output sample/simpleBudget.out.json
Meant to be used in tests.
-rw-r--r--sample/simpleBudget.out.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/sample/simpleBudget.out.json b/sample/simpleBudget.out.json
new file mode 100644
index 0000000..fc5559d
--- /dev/null
+++ b/sample/simpleBudget.out.json
@@ -0,0 +1,44 @@
+[
+ {
+ "bill": {
+ "amount": 400,
+ "name": "An Act to Construct Shelters for the Homeless",
+ "ministry": "Welfare"
+ },
+ "districts": [
+ {
+ "amount": 133,
+ "name": "Lakos"
+ },
+ {
+ "amount": 88,
+ "name": "Palolene"
+ },
+ {
+ "amount": 177,
+ "name": "SouthernPalolene"
+ }
+ ]
+ },
+ {
+ "bill": {
+ "amount": 300,
+ "name": "An Act to Construct the Great Wall of Malodivo",
+ "ministry": "Defense"
+ },
+ "districts": [
+ {
+ "amount": 100,
+ "name": "Lakos"
+ },
+ {
+ "amount": 66,
+ "name": "Palolene"
+ },
+ {
+ "amount": 133,
+ "name": "SouthernPalolene"
+ }
+ ]
+ }
+]