# web-lib-binaryjson **Repository Path**: mirrors_reMarkable/web-lib-binaryjson ## Basic Information - **Project Name**: web-lib-binaryjson - **Description**: A small JavaScript library to parse Qt Binary JSON. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-lib-binaryjson A small JavaScript library to parse Qt Binary JSON. ## Useful links - [Qt documentation](https://doc.qt.io/Qt-5/qjsondocument.html#toBinaryData) - [The actual Qt serializer](https://github.com/qt/qtbase/blob/dev/src/corelib/serialization/qjson_p.h) - [Another JS implementation](https://github.com/corn3lius/qtBinaryJsonHelper)