On Wednesday, January 4, 2017 at 10:04:31 PM UTC, Anthony wrote:
>
> On Wednesday, January 4, 2017 at 4:42:28 PM UTC-5, 黄祥 wrote:
>>
>> with
>> return response.json(list_of_records)
>>
>> it return a json format even we request it with *.xml
>> curl http://127.0.0.1:8000/a/default/api/test.xml
>> is there a way to have it both json or xml without content variable?
>>
>
> You need to add logic to handle different cases. You could do it via views 
> with different extensions, but then you need a custom JSON view as already 
> noted.
>
> Anthony
>


When I Post json data something  like this 
{[id:1,name:"William",age:20 ]} it uploaded data to server but 
Error shows "Expected Object But not String" its said
how server accept json data format in web2py?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to