diff --git a/STIX_for_digital_forensics/test.json b/STIX_for_digital_forensics/test.json new file mode 100644 index 0000000..61d24d4 --- /dev/null +++ b/STIX_for_digital_forensics/test.json @@ -0,0 +1,11 @@ +{ + "type": "student", + "id": "110", + "last_name": "Xu", + "first_name": "Eric", + "age": 22, + "height": 170.1, + "is_fulltime": true, + "birthday": "2007-01-13T07:03:17Z", + "course_registered": ["FSCS727", "FSCS728", "FSCS730"] +} diff --git a/STIX_for_digital_forensics/test.jsonc b/STIX_for_digital_forensics/test.jsonc new file mode 100644 index 0000000..d6d9418 --- /dev/null +++ b/STIX_for_digital_forensics/test.jsonc @@ -0,0 +1,12 @@ +{ +  "type": "student", +  "id": "110", +  "last_name": "Xu", +  "first_name": "Eric", +  "age": 22, +  "height": 170.1, +  "is_fulltime": true, +  "birthday": "2007-01-13T07:03:17Z", +  "course_registered": ["FSCS727", "FSCS728", "FSCS730"] +} +