MIRA
Public Attributes | List of all members
QueryValueResult Struct Reference

A struct used for return value of getElementIfExists() More...

#include <json/JSON.h>

Public Attributes

bool exists
 
Value value
 undefined if exists is false More...
 
std::string error
 empty if exists is true More...
 

Detailed Description

A struct used for return value of getElementIfExists()

Member Data Documentation

◆ exists

bool exists

◆ value

Value value

undefined if exists is false

◆ error

std::string error

empty if exists is true


The documentation for this struct was generated from the following file: