Cthulhu  0.2.10
Cthulhu compiler collection
ctu::json::member_t Struct Reference

a member of a json object More...

#include <json.hpp>

Collaboration diagram for ctu::json::member_t:

Data Fields

std::string_view key
 the key of the member More...
 
Json value
 the value of the member More...
 

Detailed Description

a member of a json object

Definition at line 303 of file json.hpp.

Field Documentation

◆ key

std::string_view ctu::json::member_t::key

the key of the member

Definition at line 305 of file json.hpp.

◆ value

Json ctu::json::member_t::value

the value of the member

Definition at line 308 of file json.hpp.


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