|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_pj.h>
Public Attributes | |
| RzStrBuf | sb |
| bool | is_first |
| bool | is_key |
| char | braces [RZ_PRINT_JSON_DEPTH_LIMIT] |
| int | level |
| 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().
| 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().
| bool pj_t::is_key |
Definition at line 15 of file rz_pj.h.
Referenced by pj_comma(), pj_k(), and pj_reset().
| int pj_t::level |
Definition at line 17 of file rz_pj.h.
Referenced by pj_begin(), pj_drain(), pj_end(), and pj_reset().
| 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().