Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I RLP-encode a QJsonArray in Qt? Is there anything built in in Qt or does anybody know another C++ Library which I could use?
Hi,
No there's not, and from a quick look at the specification, it is used to encode arrays of binary data so why would you use it with JSON which is text based ?