Qore json Module
1.9.0
Toggle main menu visibility
Loading...
Searching...
No Matches
JSON Generation Constants
Variables
const
Qore::Json::JGF_ADD_FORMATTING
= JGF_ADD_FORMATTING
use whitespace formatting including line breaks and indentation to make generated JSON more readable by humans
const
Qore::Json::JGF_NONE
= JGF_NONE
no flags; standard JSON generation without whitespace formatting
Detailed Description