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

Add dynamic depth support for node attributes. #191

Merged
merged 1 commit into from
Sep 17, 2015

Conversation

stjohnjohnson
Copy link
Contributor

Currently, when using tree= against an object, you do not get any depth. For example with loadStatistics, you only get:

{
  "loadStatistics": {}
}

Adding [*[*[*]]], you get the full object (3 deep). This does not cause any trouble with strings, booleans, or numbers.

Currently, when using tree= against an object, you do not get any depth.  For example with loadStatistics, you only get:
```
{
  "loadStatistics": {}
}
```
Adding [*[*[*]]], you get the full object.  This does not cause any trouble with strings, booleans, or numbers.
@stjohnjohnson
Copy link
Contributor Author

@arangamani help me out with this, you're my only hope!
giphy

arangamani added a commit that referenced this pull request Sep 17, 2015
Add dynamic depth support for node attributes.
@arangamani arangamani merged commit 6e2be6c into arangamani:master Sep 17, 2015
@arangamani
Copy link
Owner

You got it @stjohnjohnson!

@arangamani
Copy link
Owner

I'll cut a new version later tonight.

@stjohnjohnson
Copy link
Contributor Author

Woot! Thanks! Got that new version for me?

@arangamani
Copy link
Owner

Version 1.4.1 is pushed to rubygems.org now. Sorry for the delay.

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