#
cbor
Here are 129 public repositories matching this topic...
Kotlin multiplatform / multi-format serialization
-
Updated
Dec 28, 2020 - Kotlin
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
mysql
redis
json
template-engine
orm
mongodb
cpp
xml
webserver
websocket
postgresql
cbor
webframework
ormapping
-
Updated
Dec 26, 2020 - C++
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
jmespath
csv-parser
csv-reader
json-construction
streaming-json-read
-
Updated
Jan 1, 2021 - C++
C++ header-only JSON library
-
Updated
Jan 1, 2021 - C++
sigvartmh
commented
Sep 22, 2017
Some constrained systems may require the use of custom allocator like some ports using freeRTOS. So a way of redefining the allocators for _cbor_value_dup_string could be useful.
Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
-
Updated
Dec 24, 2020 - Java
Efficient CBOR and JSON (de)serialization in Scala
-
Updated
Dec 24, 2020 - Scala
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
android
java
json
orm
sharedpreferences
xml
sqlite
persistence
annotations
annotation-processor
entity
jackson
cbor
dao
retrofit2
sqlite-android
java-library
android-platform
shared-preferences
dao-pattern
-
Updated
Jan 1, 2021 - Java
Distributed publish-subscribe data service and Mles protocol reference implementation on Rust, Tokio and Serde
-
Updated
Nov 3, 2020 - Rust
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
cli
yaml
json
oauth2
rest
gzip
json-schema
http2
swagger
brotli
auth
auth0
hypermedia
msgpack
cbor
hacktoberfest
jmespath
rest-client
openapi3
fastapi
-
Updated
Dec 29, 2020 - Go
A CBOR implementation for Swift
-
Updated
Oct 9, 2020 - Swift
LAppS - Lua Application Server for micro-services with default communication over WebSockets. The fastest and most vertically scalable WebSockets server implementation ever. Low latency C++ <-> Lua stack roundtrip.
c
lua
websocket-server
application-server
cbor
cpp17
micro-services
json-rpc2
micro-service-architecture
lua-application
-
Updated
Jan 2, 2021 - C++
Object mapping for golang.
-
Updated
Dec 11, 2020 - Go
QCBOR -- a small CBOR encoder/decoder oriented around C and native data representations
-
Updated
Dec 29, 2020 - C
High-performance CBOR (RFC 7049) serialization framework for .Net (C#)
-
Updated
Nov 21, 2020 - C#
json for modern c++ (single header file, release versions)
-
Updated
Aug 10, 2020 - C++
FIWARE IoT Agent for LoRaWAN protocol (with CayenneLpp and CBOR data models)
-
Updated
Nov 24, 2020 - JavaScript
Concise Binary Object Representation (CBOR) binary data format for D language
-
Updated
Nov 11, 2019 - D
Improve this page
Add a description, image, and links to the cbor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cbor topic, visit your repo's landing page and select "manage topics."


I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?