Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
JsonPretty Struct Reference
Collaboration diagram for JsonPretty:

Data Fields

JsonParsepParse
JsonStringpOut
const char * zIndent
u32 szIndent
u32 nIndent

Detailed Description

Definition at line 210198 of file sqlite3.c.

Field Documentation

◆ nIndent

u32 JsonPretty::nIndent

Definition at line 210203 of file sqlite3.c.

◆ pOut

JsonString* JsonPretty::pOut

Definition at line 210200 of file sqlite3.c.

◆ pParse

JsonParse* JsonPretty::pParse

Definition at line 210199 of file sqlite3.c.

◆ szIndent

u32 JsonPretty::szIndent

Definition at line 210202 of file sqlite3.c.

◆ zIndent

const char* JsonPretty::zIndent

Definition at line 210201 of file sqlite3.c.


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