Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bwar/CJsonObject
/ functions
Functions
81 in github.com/Bwar/CJsonObject
⨍
Functions
81
◇
Types & classes
4
↓ 64 callers
Function
cJSON_GetObjectItem
cJSON.c:818
↓ 53 callers
Function
cJSON_GetArraySize
Get Array size/item / object item. */
cJSON.c:803
↓ 36 callers
Function
cJSON_GetArrayItem
cJSON.c:811
↓ 29 callers
Function
cJSON_CreateArray
cJSON.c:1031
↓ 20 callers
Function
cJSON_CreateInt
cJSON.c:1009
↓ 16 callers
Method
ToString
CJsonObject.cpp:598
↓ 15 callers
Function
cJSON_AddItemToObject
cJSON.c:881
↓ 15 callers
Function
cJSON_CreateObject
cJSON.c:1038
↓ 15 callers
Function
cJSON_New_Item
Internal constructor. */
cJSON.c:92
↓ 15 callers
Function
skip
Utility to jump whitespace and cr/lf */
cJSON.c:421
↓ 14 callers
Function
cJSON_AddItemToArray
Add item to array/object. */
cJSON.c:846
↓ 13 callers
Function
cJSON_CreateDouble
cJSON.c:997
↓ 13 callers
Function
cJSON_ReplaceItemInArray
Replace array/object items with new ones. */
cJSON.c:936
↓ 12 callers
Function
cJSON_AddItemToArrayHead
cJSON.c:863
↓ 12 callers
Function
cJSON_ReplaceItemInObject
cJSON.c:954
↓ 7 callers
Method
Add
CJsonObject.cpp:976
↓ 7 callers
Method
Get
CJsonObject.cpp:662
↓ 7 callers
Function
cJSON_strdup
cJSON.c:66
↓ 6 callers
Function
cJSON_CreateString
cJSON.c:1021
↓ 6 callers
Function
cJSON_Parse
Parse an object - create a new root, and populate. */
cJSON.c:429
↓ 5 callers
Function
cJSON_CreateBool
cJSON.c:990
↓ 5 callers
Function
cJSON_CreateNull
Create basic types: */
cJSON.c:969
↓ 5 callers
Function
cJSON_Delete
Delete a cJSON structure. */
cJSON.c:101
↓ 5 callers
Function
parse_value
Parser core - when encountering text, process appropriately. */
cJSON.c:455
↓ 5 callers
Function
suffix_object
Utility for array list handling. */
cJSON.c:827
↓ 4 callers
Function
cJSON_Print
Render a cJSON item/entity/structure to text. */
cJSON.c:445
↓ 4 callers
Function
print_value
Render a value to text. */
cJSON.c:497
↓ 3 callers
Method
GetArraySize
CJsonObject.cpp:2216
↓ 3 callers
Method
Parse
CJsonObject.cpp:504
↓ 3 callers
Function
cJSON_strcasecmp
cJSON.c:50
↓ 3 callers
Function
parse_string
cJSON.c:233
↓ 2 callers
Method
AddNull
CJsonObject.cpp:1554
↓ 2 callers
Method
GetKey
CJsonObject.cpp:198
↓ 2 callers
Method
IsNull
CJsonObject.cpp:948
↓ 2 callers
Method
Replace
CJsonObject.cpp:1641
↓ 2 callers
Function
cJSON_DetachItemFromArray
cJSON.c:900
↓ 2 callers
Function
cJSON_PrintUnformatted
cJSON.c:449
↓ 2 callers
Function
create_reference
Utility for handling references. */
cJSON.c:833
↓ 2 callers
Function
print_string_ptr
Render the cstring provided to an escaped version that can be printed. */
cJSON.c:339
↓ 1 callers
Method
AddEmptySubArray
CJsonObject.cpp:154
↓ 1 callers
Method
AddEmptySubObject
CJsonObject.cpp:110
↓ 1 callers
Method
AddWithMove
CJsonObject.cpp:1039
↓ 1 callers
Method
Delete
CJsonObject.cpp:1601
↓ 1 callers
Method
KeyExist
CJsonObject.cpp:638
↓ 1 callers
Method
ToFormattedString
CJsonObject.cpp:618
↓ 1 callers
Function
cJSON_DeleteItemFromArray
cJSON.c:916
↓ 1 callers
Function
cJSON_DeleteItemFromObject
cJSON.c:930
↓ 1 callers
Function
cJSON_DetachItemFromObject
cJSON.c:920
↓ 1 callers
Function
parse_array
Build an array from input text. */
cJSON.c:533
↓ 1 callers
Function
parse_number
Parse the input text to generate a number, and populate the result into item. */
cJSON.c:119
↓ 1 callers
Function
parse_object
Build an object from the text. */
cJSON.c:644
↓ 1 callers
Function
print_array
Render an array to text */
cJSON.c:574
↓ 1 callers
Function
print_double
Render the number nicely from the given item into a string. */
cJSON.c:186
↓ 1 callers
Function
print_int
cJSON.c:198
↓ 1 callers
Function
print_object
Render an object to text. */
cJSON.c:705
↓ 1 callers
Function
print_string
Invote print_string_ptr (which is useful) on an item. */
cJSON.c:407
Method
AddAsFirst
CJsonObject.cpp:3116
Method
AddAsFirstWithMove
CJsonObject.cpp:3174
Method
AddNullAsFirst
CJsonObject.cpp:3617
Method
CJsonObject
CJsonObject.cpp:20
Method
Clear
CJsonObject.cpp:517
Method
IsArray
CJsonObject.cpp:571
Method
IsEmpty
CJsonObject.cpp:558
Method
ReplaceAdd
CJsonObject.cpp:1535
Method
ReplaceAdd
CJsonObject.hpp:120
Method
ReplaceWithMove
CJsonObject.cpp:1691
Method
ReplaceWithNull
CJsonObject.cpp:2168
Method
ResetTraversing
CJsonObject.cpp:238
Function
cJSON_AddItemReferenceToArray
cJSON.c:890
Function
cJSON_AddItemReferenceToObject
cJSON.c:894
Function
cJSON_CreateDoubleArray
cJSON.c:1077
Function
cJSON_CreateFalse
cJSON.c:983
Function
cJSON_CreateFloatArray
cJSON.c:1062
Function
cJSON_CreateIntArray
Create Arrays: */
cJSON.c:1047
Function
cJSON_CreateStringArray
cJSON.c:1092
Function
cJSON_CreateTrue
cJSON.c:976
Function
cJSON_InitHooks
cJSON.c:78
Function
main
int main()
demo/demo.cpp:8
Method
operator()
CJsonObject.cpp:336
Method
operator==
CJsonObject.cpp:105
Method
~CJsonObject
CJsonObject.cpp:74