Sha256: aadb7e596bebf20e753ee6b5919f7365649fe17a1b4766470d2177416ff906e6
Contents?: true
Size: 968 Bytes
Versions: 45
Compression:
Stored size: 968 Bytes
Contents
{ "description": "Integer", "bson_type": "0x10", "test_key": "i", "valid": [ { "description": "MinValue", "bson": "0C0000001069000000008000", "extjson": "{\"i\" : -2147483648}" }, { "description": "MaxValue", "bson": "0C000000106900FFFFFF7F00", "extjson": "{\"i\" : 2147483647}" }, { "description": "-1", "bson": "0C000000106900FFFFFFFF00", "extjson": "{\"i\" : -1}" }, { "description": "0", "bson": "0C0000001069000000000000", "extjson": "{\"i\" : 0}" }, { "description": "1", "bson": "0C0000001069000100000000", "extjson": "{\"i\" : 1}" } ], "decodeErrors": [ { "description": "Bad int32 field length", "bson": "090000001061000500" } ] }
Version data entries
45 entries across 45 versions & 2 rubygems