We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User should be able to call variable to another key using jpath starting with $.
$
{ "Name": "shubhendu", "Username": $.Name }
Result should be:
{ "Name": "shubhendu", "Username": "shubhendu" }
The text was updated successfully, but these errors were encountered:
closes #23
a7548cb
closes #23 (#25)
5bf2a8a
Co-authored-by: Gupta <shubhendushekhar.gupta@delta.com>
closes #23 #43 #44 #51
f44d035
Dotnet (#82)
f3eff8e
* closes deserialization * closes Inject() and ToString() * get all keys in progress * unit test setup * closes #23 #43 #44 #51
SubhenduShekhar
Successfully merging a pull request may close this issue.
Feature
User should be able to call variable to another key using jpath starting with
$
.Examples:
Result should be:
The text was updated successfully, but these errors were encountered: