JsonCpp 1.10.0
JSON data format manipulation library
Loading...
Searching...
No Matches
Json::MemberProxy Struct Reference

Proxy struct to enable range-based for loops over object members. More...

#include <json/value.h>

Collaboration diagram for Json::MemberProxy:

Public Attributes

const String name
Valuevalue

Detailed Description

Proxy struct to enable range-based for loops over object members.

Definition at line 1052 of file value.h.

Member Data Documentation

◆ name

const String Json::MemberProxy::name

Definition at line 1053 of file value.h.

◆ value

Value& Json::MemberProxy::value

Definition at line 1054 of file value.h.


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