def convert_JsonProperty(self, model, prop, kwargs): """Returns a form field for a ``ndb.JsonProperty``.""" return JsonPropertyField(**kwargs)