xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::json::decoder::Object::Member Struct Reference

A member of an object. More...

#include <xentara/utils/json/decoder/Object.hpp>

Public Attributes

Name name
 The name of the member.
 
Value value
 The value of the member.
 

Detailed Description

A member of an object.

Member Data Documentation

◆ name

Name xentara::utils::json::decoder::Object::Member::name

The name of the member.

◆ value

Value xentara::utils::json::decoder::Object::Member::value

The value of the member.