QGIS API Documentation  3.8.0-Zanzibar (11aff65)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Typedefs
qgsjsonutils.h File Reference
#include "qgis_core.h"
#include "qgsfeature.h"
#include "qgscoordinatereferencesystem.h"
#include "qgscoordinatetransform.h"
#include "qgsfields.h"
#include <nlohmann/json_fwd.hpp>
#include <QPointer>
#include <QJsonObject>
Include dependency graph for qgsjsonutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsJsonExporter
 Handles exporting QgsFeature features to GeoJSON features. More...
 
class  QgsJsonUtils
 Helper utilities for working with JSON and GeoJSON conversions. More...
 

Typedefs

using json = nlohmann::json
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 27 of file qgsjsonutils.h.