Adding support for JSON-like data with single quote

This commit is contained in:
Miroslav Stampar
2014-02-26 08:56:17 +01:00
parent 465f968be6
commit 6369a38ebc
6 changed files with 27 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ class PLACE:
class POST_HINT:
SOAP = "SOAP"
JSON = "JSON"
JSON_LIKE = "JSON-like"
MULTIPART = "MULTIPART"
XML = "XML (generic)"