...
For example, in this case the following replaceAll() expression can be used to replace the key with the text "number"
Code Block |
---|
replaceAll($cleanJSON,'"\\d+":','"number":') |
Examples
...
...
For example, in this case the following replaceAll() expression can be used to replace the key with the text "number"
Code Block |
---|
replaceAll($cleanJSON,'"\\d+":','"number":') |
...