Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Standards
Standards.JSON
Standards.JSON.DecodeError

Class Standards.JSON.DecodeError

Description

Error thrown when JSON decode fails.


Inherit Generic

inherit Error.Generic : Generic


Variable err_str

string Standards.JSON.DecodeError.err_str

Description

The string that failed to be decoded.


Variable err_pos

int Standards.JSON.DecodeError.err_pos

Description

The failing position in err_str .