|
|
zfbool | ZFJsonTypeFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | see v_ZFJsonType, return enum object if success
|
| |
|
zfbool | ZFJsonTypeToStringT (zfstring &ret, v_ZFJsonType *const &value, zfstring *errorHint=zft_zfnull) |
| | see ZFJsonType, return empty string if error
|
| |
|
zfstring | ZFJsonTypeToString (v_ZFJsonType *const &value, zfstring *errorHint=zft_zfnull) |
| | see v_ZFJsonType, return empty string if error
|
| |
| const zfstring & | ZFTypeId_ZFJsonType (void) |
| |
|
zfbool | ZFJsonTypeFromDataT (_ZFP_PropTypeW_ZFJsonType &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
_ZFP_PropTypeW_ZFJsonType | ZFJsonTypeFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFJsonTypeToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFJsonType const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
ZFSerializableData | ZFJsonTypeToData (_ZFP_PropTypeW_ZFJsonType const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFJsonTypeFromStringT (_ZFP_PropTypeW_ZFJsonType &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJsonType from string
|
| |
|
_ZFP_PropTypeW_ZFJsonType | ZFJsonTypeFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJsonType from string
|
| |
|
zfbool | ZFJsonTypeToStringT (zfstring &s, _ZFP_PropTypeW_ZFJsonType const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJsonType to string
|
| |
|
zfstring | ZFJsonTypeToString (_ZFP_PropTypeW_ZFJsonType const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJsonType to string
|
| |
| const zfstring & | ZFTypeId_ZFJsonOutputToken (void) |
| |
|
ZFJsonOutputToken & | ZFJsonOutputTokenTrim (void) |
| | trim output token for ZFJsonToOutput
|
| |
|
void | ZFJsonOutputTokenTrim (ZFJsonOutputToken const &v) |
| | see ZFJsonOutputTokenTrim
|
| |
|
ZFJsonOutputToken & | ZFJsonOutputTokenDetail (void) |
| | detailed output token for ZFJsonToOutput
|
| |
|
void | ZFJsonOutputTokenDetail (ZFJsonOutputToken const &v) |
| | see ZFJsonOutputTokenDetail
|
| |
|
ZFJsonOutputToken & | ZFJsonOutputTokenDefault (void) |
| | default output token for ZFJsonToOutput
|
| |
|
void | ZFJsonOutputTokenDefault (ZFJsonOutputToken const &v) |
| | see ZFJsonOutputTokenDefault
|
| |
| const zfstring & | ZFTypeId_ZFJson (void) |
| |
|
zfbool | ZFJsonFromDataT (_ZFP_PropTypeW_ZFJson &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
_ZFP_PropTypeW_ZFJson | ZFJsonFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFJsonToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFJson const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
ZFSerializableData | ZFJsonToData (_ZFP_PropTypeW_ZFJson const &v, zfstring *outErrorHint=zft_zfnull) |
| | see ZFTYPEID_DECLARE
|
| |
|
zfbool | ZFJsonFromStringT (_ZFP_PropTypeW_ZFJson &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJson from string
|
| |
|
_ZFP_PropTypeW_ZFJson | ZFJsonFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJson from string
|
| |
|
zfbool | ZFJsonToStringT (zfstring &s, _ZFP_PropTypeW_ZFJson const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJson to string
|
| |
|
zfstring | ZFJsonToString (_ZFP_PropTypeW_ZFJson const &v, zfstring *errorHint=zft_zfnull) |
| | util method to convert ZFJson to string
|
| |
|
ZFJson | ZFJsonObject () |
| | util to create ZFJson
|
| |
|
ZFJson | ZFJsonArray () |
| | util to create ZFJson
|
| |
|
ZFJson | ZFJsonFromInput (const ZFInput &input, zfstring *errorHint=(zft_zfnull)) |
| | parse json, or return an item with null type if fail
|
| |
| zfbool | ZFJsonToOutput (const ZFOutput &output, const ZFJson &item, const ZFJsonOutputToken &token=(ZFJsonOutputTokenDefault())) |
| | convert json to output
|
| |
| zfbool | ZFJsonToStringT (zfstring &ret, const ZFJson &item, const ZFJsonOutputToken &token) |
| | convert json to string
|
| |
|
zfstring | ZFJsonToString (const ZFJson &item, const ZFJsonOutputToken &token) |
| | see ZFJsonToStringT
|
| |
| void | ZFJsonEscapeCharEncode (zfstring &dst, const zfstring &src, zfindex count=(((zfindex) -1))) |
| | encode json chars
|
| |
|
void | ZFJsonEscapeCharEncode (const ZFOutput &dst, const zfchar *src, zfindex count=(((zfindex) -1))) |
| | see ZFJsonEscapeCharEncode
|
| |
|
void | ZFJsonEscapeCharDecode (zfstring &dst, const zfchar *src, zfindex count=(((zfindex) -1))) |
| | see ZFJsonEscapeCharEncode
|
| |
|
void | ZFJsonEscapeCharDecode (const ZFOutput &dst, const zfchar *src, zfindex count=(((zfindex) -1))) |
| | see ZFJsonEscapeCharEncode
|
| |