ubjson / universal-binary-json

Community workspace for the Universal Binary JSON Specification.
115 stars 12 forks source link

Refactor numeric types #4

Closed kxepal closed 11 years ago

kxepal commented 12 years ago

All numeric types will be redefined with the following markers:

  1. int8 = [i]
  2. int16 = [I] (uppercase i)
  3. int32 = [l] (lowercase L)
  4. int64 = [L]
  5. float32 = [d]
  6. float64 = [D]
AnyCPU commented 12 years ago

Can be closed as #2.

ghost commented 11 years ago

ACCEPTED

Merged into Draft 9 spec: http://ubjson.org/type-reference/