Cthulhu  0.2.10
Cthulhu compiler collection
json_member_t Struct Reference

#include <json_ast.h>

Collaboration diagram for json_member_t:

Data Fields

text_view_t key
 
json_t value
 

Detailed Description

Definition at line 14 of file json_ast.h.

Field Documentation

◆ key

text_view_t json_member_t::key

Definition at line 16 of file json_ast.h.

◆ value

json_t json_member_t::value

Definition at line 17 of file json_ast.h.


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