Skip to content

Implement JSON string concatenation with & operator#7414

Merged
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:implement-json-string-concat
Mar 13, 2025
Merged

Implement JSON string concatenation with & operator#7414
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:implement-json-string-concat

Conversation

@Alkarex
Copy link
Member

@Alkarex Alkarex commented Mar 6, 2025

Inspired by JSONata syntax.
Support string concatenation with a syntax like: meta.title & " some text" using single-quotes or double-quotes.
fix #6565

@Alkarex Alkarex added this to the 1.27.0 milestone Mar 6, 2025
@Alkarex Alkarex merged commit a7361a3 into FreshRSS:edge Mar 13, 2025
1 check passed
@Alkarex Alkarex deleted the implement-json-string-concat branch March 13, 2025 21:40
@Alkarex Alkarex modified the milestones: 1.27.0, 1.26.2 Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is there a way to concatenate a string literal with a value pulled during web scraping (json dot notation)

1 participant