generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compiler): add JsonPath support for pattern actions and closed #11
This commit introduces the ability to use JsonPath within pattern actions, allowing for JSON parsing and value extraction based on specified paths. The changes include: - Adding a new `JsonPath` class in `PatternActionFunc.kt` to handle JsonPath functionality. - Implementing the processing logic for the JsonPath action in `PatternFuncProcessor.kt`. - Updating the HobbitHoleParser in `HobbitHoleParser.kt` to recognize and parse the new `jsonpath` pattern action.
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters