0

I have a sample DIS PDU that has been stored in a JSON file. I want to be able to read that file, and then display it using Tabulator on a web page. I am having problems with the "PDUHeader" and the "EntityID" section labels. The JSON parser in Tabulator is giving errors on these lines.

{
    "PDUHeader": {
        "ProtocolVersion": 1,
        "ExerciseID": 123,
        "PDUType": 1,
        "ProtocolFamily": 1,
        "Timestamp": 123,
        "Length": 23,
        "PDUStatus": 45
    },
    "EntityID": {
        "SiteNumber": 6,
        "ApplicationNumber": 1,
        "EntityNumber": 1
    }
}

Tried combining the Tabulator example where you download local JSON file, and the "Column Groups" example as listed here:

Tabulator Examples Page

0 Answers0