E. Scott Daniels | 97204c8 | 2020-06-29 15:39:57 -0400 | [diff] [blame] | 1 | { |
| 2 | "lodge_number": 41, |
| 3 | "meeting_day": "Tuesday", |
| 4 | "meeting_place": "16801 East Green Drive", |
| 5 | "monthly_dues": 43.50, |
| 6 | |
| 7 | "grand_poobah": { |
| 8 | "name": "Larry K. Slate", |
| 9 | "elected": "February 2019", |
| 10 | "term": "2 years" |
| 11 | }, |
| 12 | |
| 13 | "members": [ |
| 14 | { |
| 15 | "name" : "Fred Flintstone", |
| 16 | "occupation" : "operator", |
| 17 | "age" : 45, |
| 18 | "married" : true, |
| 19 | "spouse" : "Wilma Flintsone" |
| 20 | }, |
| 21 | { |
| 22 | "name" : "Barney Rubble", |
| 23 | "occupation" : "sidekick", |
| 24 | "age" : 43, |
| 25 | "married" : true, |
| 26 | "spouse" : "Betty Rubble" |
| 27 | }, |
| 28 | { |
| 29 | "name" : "Larry K. Slate", |
| 30 | "occupation" : "manager", |
| 31 | "age" : 52, |
| 32 | "married" : true, |
| 33 | "spouse" : "Linda Slate" |
| 34 | }, |
| 35 | { |
| 36 | "name" : "Benjamin Gravel", |
| 37 | "occupation" : "sculpter", |
| 38 | "age" : 25, |
| 39 | "married" : false |
| 40 | } |
| 41 | ], |
| 42 | |
| 43 | "timestamp": 1593541361.450337059, |
| 44 | "comment": "these are to drive array building in jwrapper", |
| 45 | "current_on_dues": [ true, false, true, true ], |
| 46 | "dues_assistance": [ 0.2, 0.1, 0.25, 0.2 ], |
| 47 | "sponser": [ "slate", "slate", "stonewall", "brick" ], |
| 48 | "nvat": [ null, null ], |
| 49 | "nvt": null |
| 50 | } |