-
Notifications
You must be signed in to change notification settings - Fork 550
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
Can not handle data by integer eid #45
Comments
Strange, I thought this behaviour was fixed in one of the commits. Would you be able to submit a pull request fixing this? It'll be trivial to implement, you might as well add a regression test along the way. |
Okay. I'd like to fix it. Could you show me the previous commit? |
Sorry, apparently I was mistaken, there is no commit that addresses this issue. But you should go ahead and fix it anyways. |
msiemens
added a commit
that referenced
this issue
Jan 8, 2015
Fixing #45: JSON Backend converts IDs to strings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The id of the element will change to a unicode string after JSON serialization/deserialization. This causes no way to get the element by integer eid.
The text was updated successfully, but these errors were encountered: