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

Fix to work with nested elements with periods #6

Closed
wants to merge 2 commits into from

Conversation

jravetch
Copy link

If we use a "*" instead of a "." to flatten elements, then we can deal with elements that contain periods. I've tested this with a Java app which outputs JSON for monitoring and it works.

@phrawzty phrawzty mentioned this pull request Aug 20, 2012
@phrawzty
Copy link
Owner

Not a bad idea, but this is really just a case of replacing one relatively arbitrary symbol with another though, isn't it ? Perhaps instead of specifying a character in particular, it would be more useful to allow any given character to be specified via an argument - that way it works for whatever situation.

I'm going to close this request in favour of the feature I've just described above (see issue #7).

@phrawzty phrawzty closed this Aug 20, 2012
@phrawzty
Copy link
Owner

I just pushed this feature to the devel branch; if it works for you, I'll go ahead and merge proper. Please let me know.

@jravetch
Copy link
Author

@phrawzty Looks great. Thanks for working with me on this.

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

Successfully merging this pull request may close these issues.

None yet

2 participants