You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think JSON supports any of them in its present form. If we
can find some innovative way to still represent these tagged data
types within the limited set of JSON types, we can explore further.
The text was updated successfully, but these errors were encountered:
As of now, Gson supports following CBOR tagged data types:
tagDateTime
,tagEpoch
,tagPosBignum
,tagNegBignum
,tagDecimalFraction
,tagBigFloat
,tagCborEnc
,tagRegexp
,tagCborPrefix
I don't think JSON supports any of them in its present form. If we
can find some innovative way to still represent these tagged data
types within the limited set of JSON types, we can explore further.
The text was updated successfully, but these errors were encountered: