Replies: 1 comment
-
There is no way for now. The returned content will be exactly the one you created. I admit that it's a bit annoying that the white spaces are kept. But I'm not sure what the solution should be. I think, the "normal" way of returning JSON in an API is to remove all white spaces and line returns, and let the consumer format it (indented) if supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a databucket which looks like this:
Theres more elements, but this is the gist of it.
In my inline response, these are fetched using {{{stringify (oneOf (dataRaw 'nameOfBucket' 'details' true))}}}
however, these are presented to the left in the data structure hierarchy: like this:
How can i make it adhere to the structure of the JSON reponse?
Beta Was this translation helpful? Give feedback.
All reactions