When reading extended JSON either of the following should work:
{ $timestamp : { t : 1, i : 2 } } { $timestamp : { i : 2, t : 1 } }
The order of the t and i elements should not matter.
Both orders are present in various JSON driven tests so we need to support both.