token for output json More...
#include <ZFJson.h>
Public Attributes | |
| zfstring | jsonNewLineToken |
| "\n" by default | |
| zfstring | jsonIndentToken |
| " " by default | |
| zfstring | jsonValueSeparatorToken |
| " : " by default | |
| zfstring | jsonSeparatorToken |
| "," by default | |
| zfstring | jsonSeparatorInSameLineToken |
| ", " by default | |
| zfstring | jsonKeyTagLeft |
| "\"" by default | |
| zfstring | jsonKeyTagRight |
| "\"" by default | |
| zfstring | jsonValueTagLeft |
| "\"" by default | |
| zfstring | jsonValueTagRight |
| "\"" by default | |
| zfstring | jsonObjectTagLeft |
| "{" by default | |
| zfstring | jsonObjectTagRight |
| "}" by default | |
| zfstring | jsonArrayTagLeft |
| "[" by default | |
| zfstring | jsonArrayTagRight |
| "]" by default | |
| zfstring | jsonGlobalLineBeginToken |
| strings added to head of each new line, empty by default | |
| zfbool | jsonObjectAddNewLineForContent |
| whether add new line for content of a json object, true by default | |
| zfbool | jsonObjectTagInSameLineIfNoContent |
| whether to put right tag in same line if no content, true by default | |
| zfbool | jsonArrayAddNewLineForContent |
| whether add new line for content of a json array, true by default | |
| zfbool | jsonArrayContentTagInSameLine |
| whether trim element tag in same line for a json array, valid only if jsonArrayAddNewLineForContent is true, true by default | |
| zfbool | jsonArrayTagInSameLineIfNoContent |
| whether add new line for content of a json array, true by default | |
token for output json