Skip to content

create a new C++ port of jsonata #798

Description

@u19809

Hi,

I needed support for QJsonValue objects but the jsonata-cpp port did only support nlohmann.

When adding support it modified the code such that my version supports any backend. The backend is templated so that you can easily add other backends

I implemented bridges for
nlohmann::ordered_json
nlohmann:json
QJsonValue
QVariant

How can I publish this port of jsonata ? ( the repository is here https://github.com/u19809/QJsonata)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions