You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was missing a feature when I was converting a json schema to c# to convert all property names to upper case.
I has a bunch of properties with names like: DS-NOI4-DUIO which quicktype converted to: DsNoi4Duio. But for my purpose I would have liked the option for quicktype to name the property with only upper case characters like: DSNOI4DUIO.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was missing a feature when I was converting a json schema to c# to convert all property names to upper case.
I has a bunch of properties with names like: DS-NOI4-DUIO which quicktype converted to: DsNoi4Duio. But for my purpose I would have liked the option for quicktype to name the property with only upper case characters like: DSNOI4DUIO.
Beta Was this translation helpful? Give feedback.
All reactions