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

Create iPoints nested in JSON Values of Variables #4

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

e0x70i
Copy link

@e0x70i e0x70i commented Dec 11, 2019

Supports creating insertion points on Variables whose value is JSON. Will iterate through the JSON adding insertion points to every JSON primitive in the tree.

For example

{"testType":["test1","test2"],"test2Type":["test1"],"test3":["three"],"count":5}
generates the following insertion points
[var]testType[0]:index [var]testType[1]:metric [var]test2Type[0]:test1 [var]test3[0]:three [var]count:5

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.

1 participant