-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django JSON reply is invalid JSON format #602
Comments
@thedp can you elaborate more on this issue? |
@thedp datetime is not JSON serializable |
@vkosuri @alekaizer What kind of info should I provide? |
I've identified the cause of this issue. Working on a fix. |
I'm having some trouble parsing the reply from django.
It seems the reply contains single quotes instead of JSON standard double quote.
Also, other values that can't be converted with javascript jsonParse, like datatime:
'created_at': datetime.datetime(2017, 1, 22, 17, 38, 35, 878994)
.Is it a bug?
Thanks.
The text was updated successfully, but these errors were encountered: