I'm trying to save JSON data in a text field in EspoCRM, but it currently saves in a raw, single-line format. I’d like it to be saved in a "pretty" format with proper indentation for better readability.
Is there a way to ensure that JSON data is stored in a formatted, indented way when saved in EspoCRM? Any suggestions or code examples on how to achieve this would be appreciated!
Is there a way to ensure that JSON data is stored in a formatted, indented way when saved in EspoCRM? Any suggestions or code examples on how to achieve this would be appreciated!
Comment