Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property name formatter #1

Open
mikehaas763 opened this issue Nov 6, 2014 · 1 comment
Open

Property name formatter #1

mikehaas763 opened this issue Nov 6, 2014 · 1 comment

Comments

@mikehaas763
Copy link

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

<Line_num><System_Config></System_Config></Line_num>

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?

@jonathanconway
Copy link
Owner

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.

But I'll follow up on your feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants