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.