Show / Hide Table of Contents

    JSON File: ExportJson1.json

    {
      "identity": "6476d6ed-1e62-4441-a5bb-9a6ac62d0256",
      "version": 1.0,
      "platform": "C#",
      "mapping-method": 0,
      "modelstore": {
        "name": "",
        "meta-columns": [
          {
            "name": "DepartmentID",
            "index": 0,
            "datatype": "System.Int32",
            "nullable": 0
          },
          {
            "name": "Name",
            "index": 1,
            "datatype": "System.String",
            "nullable": 0
          },
          {
            "name": "Budget",
            "index": 2,
            "datatype": "System.Decimal",
            "nullable": 0
          },
          {
            "name": "StartDate",
            "index": 3,
            "datatype": "System.DateTime",
            "nullable": 0
          },
          {
            "name": "Administrator",
            "index": 4,
            "datatype": "System.Int32",
            "nullable": 0
          }
        ],
        "rows": [
          {
            "row-status": 3,
            "columns": {
              "DepartmentID": [ 1, 1, null ],
              "Name": [ "Engineering", 1, null ],
              "Budget": [ 10000.0, 1, null ],
              "StartDate": [ "2020-04-02T09:35:19.8929936", 1, null ],
              "Administrator": [ 2, 1, null ]
            }
          }
        ]
      }
    }
    
    Back to top Generated by Appeon