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

Output .values are converted to string. This is not desired. #95

Open
ibacalu opened this issue Jul 16, 2021 · 0 comments
Open

Output .values are converted to string. This is not desired. #95

ibacalu opened this issue Jul 16, 2021 · 0 comments

Comments

@ibacalu
Copy link

ibacalu commented Jul 16, 2021

Hi!

Example, following output:

{
  "application": {
    "api": {
      "arg1": null,
      "arg2": [],
      "arg3": [
        {
          "id": "305ed81c-35c0-47dc-900a-3abe368127d3",
          "sub3": true
        }
      ],
      "preAuthorizedApplications": []
    }
  }
}

gets converted in the state to this:

{
  "output": {
    "application": "{\"api\":{\"arg1\":null,\"arg2\":[],\"arg3\":[{\"id\":\"84cfe009-7f2b-4e13-9f99-62b60aabf7ac\",\"sub3\":true}],\"preAuthorizedApplications\":[]}"
  }
}

Is there a way to disable this conversion?

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

No branches or pull requests

1 participant