Hello all in REXYGEN!
I have issue with parsing JSON object through PJSOCT block.
The input to the PJSOCT block is string, the output is also suppost to be a string but it is somehow interpretted as number and moreover represented in exp format. This destroyes long integer variables that I receive from communication partner and need to process in REXYGEN executive.
In the enclosed example a simple JSON object is parsed with integer id parameter:
{
"status":"success",
"id": 456877932143130020
}
but PJSOCT outputs the id parameter as 4.5687793214313e+17
Could you help, please?
Thanks and Regards,
Michal