xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::json::decoder::Object::Member Struct Reference

A member of an object. More...

#include <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.