JSON serialization of char array and/or unrecognized object can result in invalid JSON

Issue #22 resolved
Brian Campbell repo owner created an issue

JSON serialization of a char array doesn't escape special characters like quote, backslash, etc. and serialization of an unrecognized object just outputsthe toString() of it directly into the JSON, both of which can result in invalid JSON.

Comments (2)

  1. Log in to comment