Skip to content

eStreamSoftware/delphi-cbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

CBOR implementation in Delphi

Known Problem

  • Negative integer (major type 1) is not fully implemented due to limitation of the integral Delphi type Int64. Hence, this code does not support negative integer lower than -2^63.

  • Big Number and Negative Big Number (major type 6) is not supported.

  • Encoding of semantic type and special type is not supported.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages