| 13 | | In JSON `SCRIPT` tags, the transformation is a simple replacement of `<` with its Unicode escape sequence `\u003C`. This can be applied to the entire contents of the script or specifically in case-insensitive matches for `<script` and `</script`. |
| | 13 | Replacing `<` with its Unicode escape sequence was originally proposed. However, the same escaping mechanism used for JavaScript can be applied to JSON and produce more legible output with minimal escaping. |
| | 14 | |
| | 15 | ~~In JSON `SCRIPT` tags, the transformation is a simple replacement of `<` with its Unicode escape sequence `\u003C`. This can be applied to the entire contents of the script or specifically in case-insensitive matches for `<script` and `</script`.~~ |