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

Qt Dictionaries #3

Closed xakod closed 3 years ago

xakod commented 3 years ago

What is the problem with Qt dictionaries types (QHash, QMap...)?

smurfomen commented 3 years ago

I cannot represent equivalent QMap elements in JSON. You can think of a QMap as a collection of objects with a key field and a value field. Close the issue if I answered your question.

smurfomen commented 3 years ago

dictionaries types is not supported now

You mean like this? { "map": { "2" : 22, "3": 33 } }

smurfomen commented 3 years ago

What is the problem with Qt dictionaries types (QHash, QMap...)?

i dropped 1.2 release. You may check dictionaries support)