From 9e500cf87537d7b5017ac29e938a7cc75879bddd Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 27 Jun 2017 06:13:26 +0300 Subject: Add output sample/simpleBudget.out.json Meant to be used in tests. --- sample/simpleBudget.out.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sample/simpleBudget.out.json 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" + } + ] + } +] -- cgit v1.2.3