Forum Discussion
smpa01
Community Champion
1 year agojson indenting
Is it at all possible to indent a measure with json structure
// what I need the mesure to output
{
"companyName": "Tech Innovators Inc.",
"location": "San Francisco",
"departm...
lbendlin
Super User
1 year agoWhat's the purpose of the indenting? The json itself doesn't care as long as the syntax is correct.
- smpa011 year ago
Community Champion
Sorry, If I understand correctly, Are you suggesting that if the pq recives an indented json from source, it is able to deliver it as is through the measure?
- lbendlin1 year ago
Super User
If you need to discuss the JSON with your user you can go to a JSON parser of your choice
JSON Parser Online to parse JSON (jsonformatter.org)
But for the systems the indentation doesn't matter (unlike in Python, for example)