Class Standards.JSON.DecodeError
- Description
Error thrown when JSON decode fails.
- Variable err_pos
int
Standards.JSON.DecodeError.err_pos- Description
The failing position in err_str.
- Variable err_str
string
Standards.JSON.DecodeError.err_str- Description
The string that failed to be decoded.
- Inherit Generic
inherit Error.Generic : Generic