GoLang json_last_error_msg

request it (344)
GoLang replacement for PHP's json_last_error_msg [edit | history]



Do you know a GoLang replacement for PHP's json_last_error_msg? Write it!

PHP json_last_error_msg

PHP original manual for json_last_error_msg [ show | php.net ]

json_last_error_msg

(PHP 5 >= 5.5.0, PHP 7)

json_last_error_msgReturns the error string of the last json_encode() or json_decode() call

Description

string json_last_error_msg ( void )

Parameters

This function has no parameters.

Return Values

Returns the error message on success, "No error" if no error has occurred, or FALSE on failure.

See Also