json-trim-stringsdevdata
JSON Trim Strings
Trim whitespace from all string values in JSON.
Inputs
Output
(no output yet)
Explanation
Normalize JSON payloads by trimming string values recursively.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related