RFC: Raise warnings for json_encode() and json_decode() issues

Project Governance
Author
Craig Duncan
Whenever json_encode() or json_decode() are called, you must call json_last_error() to check if a failure occurred.

This RFC has not yet started voting