Rizin
unix-like reverse engineering framework and cli tools
pj_t Struct Reference

#include <rz_pj.h>

Public Attributes

RzStrBuf sb
 
bool is_first
 
bool is_key
 
char braces [RZ_PRINT_JSON_DEPTH_LIMIT]
 
int level
 

Detailed Description

Definition at line 12 of file rz_pj.h.

Member Data Documentation

◆ braces

char pj_t::braces[RZ_PRINT_JSON_DEPTH_LIMIT]

Definition at line 16 of file rz_pj.h.

Referenced by pj_begin(), and pj_end().

◆ is_first

bool pj_t::is_first

Definition at line 14 of file rz_pj.h.

Referenced by pj_begin(), pj_comma(), pj_end(), pj_k(), pj_new(), and pj_reset().

◆ is_key

bool pj_t::is_key

Definition at line 15 of file rz_pj.h.

Referenced by pj_comma(), pj_k(), and pj_reset().

◆ level

int pj_t::level

Definition at line 17 of file rz_pj.h.

Referenced by pj_begin(), pj_drain(), pj_end(), and pj_reset().

◆ sb

RzStrBuf pj_t::sb

Definition at line 13 of file rz_pj.h.

Referenced by pj_drain(), pj_free(), pj_new(), pj_raw(), pj_reset(), and pj_string().


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