qt-json-rs
A simple parser for the Internal QT Binary JSON data format.
This parser will transform the popular QTBinary JSON format into usable format for rust applications.
Use
Simply provida a binary encoded JSON Array to the function and it will parse it into an internal JSON structure:
use QJSONDocument;
Disclaimer
This library has been widely created by looking at the QT source code and performing reverse engineering. There is a possibility that the code will not work with other Version of QT JSON documents. Any help with this library is welcome.