﻿{
  "Header": {
    "Title": "Capital Contribution Report",
    "Subtitle": "December 2020",
    "Parameters": "Company Inc"
  },
  "SiteReviewCapitalContribution": [
    {
      "Money": [
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        },
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        }
      ],
      "Equipment": [
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        },
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        }
      ],
      "RealEstate": [
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        },
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        }
      ],
      "Experience": [
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        },
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        }
      ],
      "Other": [
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        },
        {
          "FirstName": "John",
          "LastName": "Doe",
          "Description": "He contributed a lot!"
        }
      ],
      "Loans": "YES",
      "LoansDescription":  "There're a lot of loans from everybody'"
    }
  ]
}