v0.1.0-alpha
Pre-release
Pre-release
Alpha released for intergration purposes
Feature | Text | Binary | Exceptions |
---|---|---|---|
null | YES | YES | none |
bool | YES | YES | none |
int | YES | YES | underscore, binary nums, hex… |
float | YES | YES | underscore, NaN, infs, -0 |
decimal | YES | YES | -0 |
timestamp | YES | YES | beyond nano seconds |
string | YES | YES | none |
symbol | YES | YES | $0, SIDs |
blob | YES | YES | none |
clob | YES | YES | none |
struct | YES | YES | none |
list | YES | YES | none |
sexp | NO | NO maybe | NO |
annotations | YES | YES | none |
See commented out tests in https://github.com/amzn/ion-hash-go/blob/2997b057c62441d05dc984d444e1c769b43cfce2/ion_hash_tests.ion#L105