smurfomen / QSerializer

This repo for Qt/C++ serialization objects in JSON or XML based on QtCore
https://smurfomen.github.io/QSerializer/
MIT License
73 stars 27 forks source link

enabling JSON Compact mode #17

Open AliSacchi opened 1 year ago

AliSacchi commented 1 year ago

defining QS_JSON_DOC_MODE as QJsonDocument::Indented it work as previous version, if you set it to QJsonDocument::Compact we got JSON Compact mode