Skip to content

Update gjson to latest version v1.6.1#1626

Merged
mstoykov merged 2 commits intografana:masterfrom
sondnm:feature/upgrade-gjson
Oct 8, 2020
Merged

Update gjson to latest version v1.6.1#1626
mstoykov merged 2 commits intografana:masterfrom
sondnm:feature/upgrade-gjson

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
Contributor

@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