KItinerary

jsonldimportfilter.h
1/*
2 SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9class QJsonArray;
10class QJsonObject;
11
12namespace KItinerary {
13
14/** Filter input JSON for loading with JsonLdDocument, to deal with obsolete
15 * or renamed elements.
16 */
17namespace JsonLdImportFilter
18{
19 /** Filter the top-level object @p obj for loading with JsonLdDocument.
20 * Due to type and graph expansion, the result can actually contain multiple object.
21 */
23}
24
25}
26
QJsonArray filterObject(const QJsonObject &obj)
Filter the top-level object obj for loading with JsonLdDocument.
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.