#
ubjson
Here are 15 public repositories matching this topic...
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++
JSONLab: a native JSON/UBJSON/MassagePack encoder/decoder for MATLAB/Octave
encoding
serialization
json
binary-data
matlab
decoding
hdf5
messagepack
ubjson
hierarchical-data
data-exchange
-
Updated
Sep 29, 2020 - MATLAB
Universal Binary JSON draft-12 serializer for Python
-
Updated
May 8, 2020 - Python
Go package for working with Universal Binary JSON - http://ubjson.org/
-
Updated
Aug 31, 2019 - Go
JData: a language-independent data annotation for portable storage and interchange
-
Updated
Jul 13, 2020 - MATLAB
JavaScript Binary Object Notation - a module for encoding/decoding objects to/from binary
-
Updated
Aug 7, 2016 - JavaScript
(Copy of a) UBJSON implementation in nodejs
-
Updated
Jan 9, 2019 - JavaScript
Binary JSON-like format and Java library.
java
json
benchmark
json-api
json-data
json-serialization
gson
jsonapi
jackson
msgpack
json-parser
ubjson
aon
jsonwriter
json-simple
-
Updated
Aug 10, 2020 - Java
Improve this page
Add a description, image, and links to the ubjson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ubjson 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?