https://github.com/dwaite/cyborg
CBOR library for Java
https://github.com/dwaite/cyborg
cbor generator java parser
Last synced: 3 months ago
JSON representation
CBOR library for Java
- Host: GitHub
- URL: https://github.com/dwaite/cyborg
- Owner: dwaite
- License: other
- Created: 2017-03-29T19:06:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T23:01:04.000Z (over 8 years ago)
- Last Synced: 2025-07-03T11:02:09.570Z (3 months ago)
- Topics: cbor, generator, java, parser
- Language: Java
- Size: 148 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cyborg : CBOR library for Java
This project currently consists of:
- **electrode** : low-level reader/writer for CBOR data
- **implant** : low-level reader/writer for CBOR data [*Obsoleted earlier version of electrode*]
- **optics** : eventually a set of transforms from CBOR into other formats. Currently just supports translating binary CBOR into a diagnostic view for debugging purposes