Skip to content

WIP: QT (cute) type supports #1869

Description

@42sol-eu
  • Describe the feature in as much detail as possible.

add a feature_flagged function the nlohmann::json(::magic) to support Qt-Datatypes
I would at least start implementing that if someone would coach me through!

good examples: easylogging++

  • Include sample usage where appropriate.
QMap<QString, MyData> data = json_data; // converted with nlohmann::json::magic ;-)

QMap<std::string, MyData> data = json_data; 

QVector<QVariant> string_list = json_data;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updated

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions