51 #define UBJS_VERSION 0x000400 Definitions of common types, ubjson markers and some utilities.
UBJS_EXPORT void ubjs_get_version(unsigned long *pversion)
Gets library runtime version.
Definition: ubjs.c:25
ubjs_bool
Wrapper around regular C-like booleans.
Definition: ubjs_common.h:59
Wrappers over ubjson primitive types.
UBJS_EXPORT void ubjs_is_compatible(unsigned long version, ubjs_bool *pret)
Compares library runtime version with supplied.
Definition: ubjs.c:30
Incremental parser of bytestream to ubjson primitives.
Bytestream writer and pretty-printer of ubjson primitives.