Raul Bustamante
Results
1
comments of
Raul Bustamante
It works like this : ``` import json class NamePage(object): def POST(self): ObjectWeb.header("Content-Type", "application/json") data = ObjectWeb.context["requestvars"].value json_data = dajson.loads(data) ```