travisjungroth / formlessness

A Python library for making web forms on the back end
MIT License
5 stars 2 forks source link

Remove json_type attribute from OfType #166

Closed travisjungroth closed 2 years ago

travisjungroth commented 2 years ago

Instead of having the json_type attribute on OfType, just handle it in the to_json function with a dictionary. Create the dictionary outside the function for (minuscule) performance.