(Using NetTalk 5,45 (sorry
) is used in an old Clarion 6.3 app.)
A JSON string is passed to my NetWebpage procedure.
JSON request:
{
"Login": "xxxx",
"Password": "yyyy",
"FiliaalID": "3"
}
How do I get the JSON string?
The following does the job for an XML string:
pweb:DataJson = p_web.GetValue('xml')
But how to I get the JSON string?
And if not possible in 5.45, how do I get the complete HTTP stream (headers and data)?
regards
Patrick De Laet