StringField with choice argument causing problem.
Created by: haridas
I found that inside the StringField generator function, it is zipping the choice data and makeing it a copy. This results in to a dictionary with non string key. This will throw an error if we convert a dictionary of non string key to json format.
It's worked form if I'm removing the zip statement from the Field generation function of StringField.
Thank you, haridas N.