| Name |
Tweet JSON (Raw JSON) |
| Description |
The signature assumes a starting "{" character, a terminating "}" and the JSON keys "id_str" and "retweeted". This matches the raw JSON string with no line breaks. |
| Byte sequences |
| Position type |
Absolute from BOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7B*2269645F737472223A*22726574776565746564223A |
| Position type |
Absolute from EOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7D0A |
|
| Name |
Tweet JSON (Linux) |
| Description |
The signature assumes a starting "{" character, a terminating "}" and the JSON keys "id_str" and "retweeted". This matches a serialization with a new line at the end of the file in linux line-endings. |
| Byte sequences |
| Position type |
Absolute from BOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7B*2269645F737472223A*22726574776565746564223A |
| Position type |
Absolute from EOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7D |
|
| Name |
Tweet JSON (Windows) |
| Description |
The signature assumes a starting "{" character, a terminating "}" and the JSON keys "id_str" and "retweeted". This signature matches the same with a windows line-ending. |
| Byte sequences |
| Position type |
Absolute from BOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7B*2269645F737472223A*22726574776565746564223A |
| Position type |
Absolute from EOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7D0D0A |
|
| Name |
Tweet JSON (reversed order) |
| Description |
Absolute from beginning of file: The signature assumes a starting "{" character, a terminating "}" and the JSON keys "retweeted" and "id_str". This signature allows for any line ending combination to follow the terminating "}" |
| Byte sequences |
| Position type |
Absolute from BOF |
| Offset |
0 |
| Maximum Offset |
0 |
| Byte order |
|
| Value |
7B*22726574776565746564223A*2269645F737472223A |
| Position type |
Absolute from EOF |
| Offset |
0 |
| Maximum Offset |
2 |
| Byte order |
|
| Value |
7D |
|