Advertisement
Guest User

Phase 1 Json

a guest
Dec 3rd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // phase 1 report json
  2. {
  3. queue: [{
  4. iteration: 0,
  5. changedNodes: {
  6. "precinctA" : "DistrictA",
  7. },
  8. newDistricts: {
  9. "districtA": {
  10. // District stats
  11. },
  12. }],
  13. algPhaseType: '',
  14. statusCode: '',
  15. iteration: 0,
  16. logs:[
  17. 'something happened',
  18. ...
  19. ],
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement