Load into the specified value the number from the specified json.
Synopsis
Declared in <baljsn_jsonparserutil.h>
static
int
getValue(
signed char* value,
bdljsn::Json const& json);
Description
Return 0 on success or a non‐zero value on failure. The behavior is undefined unless json.isNumber().
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
value |
receives the parsed signed character |
json |
JSON object supplying the value |
Created with MrDocs