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 |