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

Update gjson to latest version v1.6.1 #1626

Merged
merged 2 commits into from
Oct 8, 2020

Conversation

sondnm
Copy link
Contributor

@sondnm sondnm commented Sep 10, 2020

Closes #1624

Current gjson version is 1.1.3 which lacks several features such as:

Upgrading to latest version of gjson will resolve above issues.

Current gjson version is 1.1.3 which lacks several features such as:
- Modifier `@flatten` to transform a json `[1, [2, 3]]` to `[1, 2, 3]`
https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiers
- Join multipaths
https://github.com/tidwall/gjson/blob/master/SYNTAX.md#multipaths

Upgrading to latest version of gjson will resolve above issues.
@CLAassistant
Copy link

CLAassistant commented Sep 10, 2020

CLA assistant check
All committers have signed the CLA.

@na-- na-- added this to the v0.29.0 milestone Sep 11, 2020
@na-- na-- requested review from imiric and mstoykov September 11, 2020 07:06
Copy link
Member

@na-- na-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM and sorry for the delay!

@mstoykov mstoykov merged commit 1fca1c0 into grafana:master Oct 8, 2020
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.

Upgrade gjson library
4 participants