@@ -19,16 +19,6 @@ export const formatters = [{
19
19
fromHexText : '08d90f10d802' ,
20
20
formattedText : '[ { "1": 2009 }, { "2": 344 } ]'
21
21
} ,
22
- {
23
- format : 'Vector 32-bit' ,
24
- fromHexText : '0000803f0000004000004040' ,
25
- formattedText : '[ 1, 2, 3 ]' ,
26
- } ,
27
- {
28
- format : 'Vector 64-bit' ,
29
- fromHexText : '000000000000f03f00000000000000400000000000000840' ,
30
- formattedText : '[ 1, 2, 3 ]' ,
31
- } ,
32
22
{
33
23
format : 'PHP serialized' ,
34
24
fromText : 'a:2:{i:0;s:12:"Sample array";i:1;a:2:{i:0;s:5:"Apple";i:1;s:6:"Orange";}}' ,
@@ -65,6 +55,16 @@ export const formatters = [{
65
55
format : 'Pickle' ,
66
56
fromHexText : '286470300a5327617272270a70310a286c70320a49310a6149320a617353276f626a270a70330a286470340a532761270a70350a532762270a70360a7373532748656c6c6f270a70370a5327776f726c64270a70380a732e' ,
67
57
formattedText : '{ "arr": [ 1, 2 ], "obj": { "a": "b" }, "Hello": "world" }'
58
+ } ,
59
+ {
60
+ format : 'Vector 32-bit' ,
61
+ fromHexText : '0000803f0000004000004040' ,
62
+ formattedText : '[ 1, 2, 3 ]' ,
63
+ } ,
64
+ {
65
+ format : 'Vector 64-bit' ,
66
+ fromHexText : '000000000000f03f00000000000000400000000000000840' ,
67
+ formattedText : '[ 1, 2, 3 ]' ,
68
68
} ] ;
69
69
70
70
/**
0 commit comments