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

Json Expression processing #153

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Json Expression processing #153

merged 2 commits into from
Apr 19, 2024

Conversation

prom3theu5
Copy link
Owner

This commit removes all the placeholder substitution strategies and their associated code. Instead, JSON expression processing has been introduced to handle binding replacements and resource connections. Moreover, extensions methods have been added to handle conversion between JSON document and JSON node. Additionally, two new classes namely, ResourceExpressionProcessor and JsonExpressionProcessor have been added to handle evaluations and to resolve JSON expressions respectively. This new approach provides a more flexible and streamlined way to handle resource substitutions and binding.

Several packages have had their versions updated. This includes HandleBars.Net, JsonPath.Net, YamlDotNet, and a few testing-related packages such as TestableIO.System.IO.Abstractions and xunit.runner.visualstudio. These updates should bring improvements and fixes from respective packages.

…ssing

This commit removes all the placeholder substitution strategies and their associated code. Instead, JSON expression processing has been introduced to handle binding replacements and resource connections. Moreover, extensions methods have been added to handle conversion between JSON document and JSON node. Additionally, two new classes namely, ResourceExpressionProcessor and JsonExpressionProcessor have been added to handle evaluations and to resolve JSON expressions respectively. This new approach provides a more flexible and streamlined way to handle resource substitutions and binding.
Several packages have had their versions updated. This includes HandleBars.Net, JsonPath.Net, YamlDotNet, and a few testing-related packages such as TestableIO.System.IO.Abstractions and xunit.runner.visualstudio. These updates should bring improvements and fixes from respective packages.
@prom3theu5 prom3theu5 self-assigned this Apr 19, 2024
@prom3theu5 prom3theu5 added the enhancement New feature or request label Apr 19, 2024
@prom3theu5 prom3theu5 merged commit eaab940 into main Apr 19, 2024
3 checks passed
@prom3theu5 prom3theu5 deleted the json-expressions branch April 19, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant