Escapes all invalid characters
You might need to elaborate on that a little, I think.
The existing JSON columns (JSON Object/JSON Template) already take care of always returning valid JSON, if that’s what you mean.
Thanks for the reply. Now I see there are several JSON computed columns. Let me see if one of them fits the bill and I’ll get back about this.
I was setting up a DocsAutomator action and it didn’t like line breaks or double quotes (used to indicate inches) so I was eliminating them with Replace text columns.
Yes, either of those two columns that I mentioned should do the job for you. Use the JSON Object column where you have a simple series of key/value pairs, or the JSON Template column for more complex/nested JSON structures.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.