Fred Skinner - 2014-01-07

I am having issues using json_parse with POST input in content-type:application/json (utf-8). I have noticed that all the examples use content-type: text/plain, but our specifications require that I handle the input and output for my web service RPGLE program as application/json. Does anyone know if json_parse can handle this content type and if so, is it a recent update. Thanks