MCPcopy Create free account

hub / github.com/Bwar/CJsonObject / functions

Functions81 in github.com/Bwar/CJsonObject

↓ 64 callersFunctioncJSON_GetObjectItem
cJSON.c:818
↓ 53 callersFunctioncJSON_GetArraySize
Get Array size/item / object item. */
cJSON.c:803
↓ 36 callersFunctioncJSON_GetArrayItem
cJSON.c:811
↓ 29 callersFunctioncJSON_CreateArray
cJSON.c:1031
↓ 20 callersFunctioncJSON_CreateInt
cJSON.c:1009
↓ 16 callersMethodToString
CJsonObject.cpp:598
↓ 15 callersFunctioncJSON_AddItemToObject
cJSON.c:881
↓ 15 callersFunctioncJSON_CreateObject
cJSON.c:1038
↓ 15 callersFunctioncJSON_New_Item
Internal constructor. */
cJSON.c:92
↓ 15 callersFunctionskip
Utility to jump whitespace and cr/lf */
cJSON.c:421
↓ 14 callersFunctioncJSON_AddItemToArray
Add item to array/object. */
cJSON.c:846
↓ 13 callersFunctioncJSON_CreateDouble
cJSON.c:997
↓ 13 callersFunctioncJSON_ReplaceItemInArray
Replace array/object items with new ones. */
cJSON.c:936
↓ 12 callersFunctioncJSON_AddItemToArrayHead
cJSON.c:863
↓ 12 callersFunctioncJSON_ReplaceItemInObject
cJSON.c:954
↓ 7 callersMethodAdd
CJsonObject.cpp:976
↓ 7 callersMethodGet
CJsonObject.cpp:662
↓ 7 callersFunctioncJSON_strdup
cJSON.c:66
↓ 6 callersFunctioncJSON_CreateString
cJSON.c:1021
↓ 6 callersFunctioncJSON_Parse
Parse an object - create a new root, and populate. */
cJSON.c:429
↓ 5 callersFunctioncJSON_CreateBool
cJSON.c:990
↓ 5 callersFunctioncJSON_CreateNull
Create basic types: */
cJSON.c:969
↓ 5 callersFunctioncJSON_Delete
Delete a cJSON structure. */
cJSON.c:101
↓ 5 callersFunctionparse_value
Parser core - when encountering text, process appropriately. */
cJSON.c:455
↓ 5 callersFunctionsuffix_object
Utility for array list handling. */
cJSON.c:827
↓ 4 callersFunctioncJSON_Print
Render a cJSON item/entity/structure to text. */
cJSON.c:445
↓ 4 callersFunctionprint_value
Render a value to text. */
cJSON.c:497
↓ 3 callersMethodGetArraySize
CJsonObject.cpp:2216
↓ 3 callersMethodParse
CJsonObject.cpp:504
↓ 3 callersFunctioncJSON_strcasecmp
cJSON.c:50
↓ 3 callersFunctionparse_string
cJSON.c:233
↓ 2 callersMethodAddNull
CJsonObject.cpp:1554
↓ 2 callersMethodGetKey
CJsonObject.cpp:198
↓ 2 callersMethodIsNull
CJsonObject.cpp:948
↓ 2 callersMethodReplace
CJsonObject.cpp:1641
↓ 2 callersFunctioncJSON_DetachItemFromArray
cJSON.c:900
↓ 2 callersFunctioncJSON_PrintUnformatted
cJSON.c:449
↓ 2 callersFunctioncreate_reference
Utility for handling references. */
cJSON.c:833
↓ 2 callersFunctionprint_string_ptr
Render the cstring provided to an escaped version that can be printed. */
cJSON.c:339
↓ 1 callersMethodAddEmptySubArray
CJsonObject.cpp:154
↓ 1 callersMethodAddEmptySubObject
CJsonObject.cpp:110
↓ 1 callersMethodAddWithMove
CJsonObject.cpp:1039
↓ 1 callersMethodDelete
CJsonObject.cpp:1601
↓ 1 callersMethodKeyExist
CJsonObject.cpp:638
↓ 1 callersMethodToFormattedString
CJsonObject.cpp:618
↓ 1 callersFunctioncJSON_DeleteItemFromArray
cJSON.c:916
↓ 1 callersFunctioncJSON_DeleteItemFromObject
cJSON.c:930
↓ 1 callersFunctioncJSON_DetachItemFromObject
cJSON.c:920
↓ 1 callersFunctionparse_array
Build an array from input text. */
cJSON.c:533
↓ 1 callersFunctionparse_number
Parse the input text to generate a number, and populate the result into item. */
cJSON.c:119
↓ 1 callersFunctionparse_object
Build an object from the text. */
cJSON.c:644
↓ 1 callersFunctionprint_array
Render an array to text */
cJSON.c:574
↓ 1 callersFunctionprint_double
Render the number nicely from the given item into a string. */
cJSON.c:186
↓ 1 callersFunctionprint_int
cJSON.c:198
↓ 1 callersFunctionprint_object
Render an object to text. */
cJSON.c:705
↓ 1 callersFunctionprint_string
Invote print_string_ptr (which is useful) on an item. */
cJSON.c:407
MethodAddAsFirst
CJsonObject.cpp:3116
MethodAddAsFirstWithMove
CJsonObject.cpp:3174
MethodAddNullAsFirst
CJsonObject.cpp:3617
MethodCJsonObject
CJsonObject.cpp:20
MethodClear
CJsonObject.cpp:517
MethodIsArray
CJsonObject.cpp:571
MethodIsEmpty
CJsonObject.cpp:558
MethodReplaceAdd
CJsonObject.cpp:1535
MethodReplaceAdd
CJsonObject.hpp:120
MethodReplaceWithMove
CJsonObject.cpp:1691
MethodReplaceWithNull
CJsonObject.cpp:2168
MethodResetTraversing
CJsonObject.cpp:238
FunctioncJSON_AddItemReferenceToArray
cJSON.c:890
FunctioncJSON_AddItemReferenceToObject
cJSON.c:894
FunctioncJSON_CreateDoubleArray
cJSON.c:1077
FunctioncJSON_CreateFalse
cJSON.c:983
FunctioncJSON_CreateFloatArray
cJSON.c:1062
FunctioncJSON_CreateIntArray
Create Arrays: */
cJSON.c:1047
FunctioncJSON_CreateStringArray
cJSON.c:1092
FunctioncJSON_CreateTrue
cJSON.c:976
FunctioncJSON_InitHooks
cJSON.c:78
Functionmain
int main()
demo/demo.cpp:8
Methodoperator()
CJsonObject.cpp:336
Methodoperator==
CJsonObject.cpp:105
Method~CJsonObject
CJsonObject.cpp:74