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
This project looks cool, it could potentially be useful for some things I work on. The main thing I would want though is the ability to extend it with a custom property name formatter.
Notice that the capitalizing is not consistent. I would extend it with the ability to convert the element names when they are assigned to the dynamic object to a CamelCase format.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi @mikehaas763, thanks for your idea! That sounds pretty legit. At least there should be a way for you to pass in your own formatting class, which extends an appropriate interface.
Sorry about the very late reply, I didn't even notice this issue! I'm still new to this open-source/GitHub world.
This project looks cool, it could potentially be useful for some things I work on. The main thing I would want though is the ability to extend it with a custom property name formatter.
The majority of the XML I work with looks like
Notice that the capitalizing is not consistent. I would extend it with the ability to convert the element names when they are assigned to the dynamic object to a CamelCase format.
What do you think?
The text was updated successfully, but these errors were encountered: