PetscErrorCode PetscPullJSONValue(const char buff[],const char key[],char value[],size_t valuelen,PetscBool *found)
buff | - the char array containing the possible values | |
key | - the key of the requested value | |
valuelen | - the length of the array to contain the value associated with the key |
value | - the value obtained | |
found | - flag indicating if the value was found in the buff |
Level:advanced
Location:src/sys/webclient/client.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages