SaaSHub helps you find the best software and product alternatives Learn more →
Cbor-java Alternatives
Similar projects and alternatives to cbor-java
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
plutus-pioneer-program
This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
-
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
-
-
-
-
-
-
-
electricui-embedded
Add communications functionality to connect your hardware to a local user interface.
-
-
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go (by json-iterator)
-
-
-
-
-
cbor-java discussion
cbor-java reviews and mentions
- CBOR – Concise Binary Object Representation
-
Amazon Ion Specification
What's the pros and cons of this versus CBOR, which we had great success with in our system.
https://cbor.io
-
Compressing GraphQL Global Node ID
CBOR (Concise Binary Object Representation) is a codec for small JSON object, similar to MessagePack but in the internet standard.
-
Why is json logging the “standard”?
JSON is a simple key=value pair representation. If you want to implement it by your hand with the same set of features (maps, lists, character escaping) then you will get something really similar. They are binary alternatives like https://cbor.io/ , but they are not popular for same reasons we use human readable representation of data for any other use case in programming
- RFC 8949 Concise Binary Object Representation
-
What’s everyone is using for framing and serialising data
CBOR
-
Alternatives to JSON and gjson as a document datastore?
Maybe this? http://cbor.io/ Haven't used it personally but I've read good things about it and the documentation makes sense.
-
go-cose: CBOR Object Signing and Encryption
go-cose is the Go implementation of COSE. COSE is a signing and encryption format based on the Concise Binary Object Representation format (CBOR). While inspired by the needs of the IoT community including fast processing on low-memory devices, the format is broadly applicable from small devices to large-scale server environments. COSE has incorporated lessons learned from Javascript Object Signing and Encryption (JOSE) efforts including JSON Web Signature (JWS) and JSON Web Token (JWT).
-
MQTT lightweight variable payload
Have a look at cbor, https://cbor.io/ It's very compact and works wonderfully for embedded devices. Works identical to Json but than for binary data.
-
JSON Storage Efficiency
You could also look into CBOR serialization format. It's less readable but it's much more efficient than JSON.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Stats
c-rack/cbor-java is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of cbor-java is Java.