(value: cp.Serializable)
| 501 | |
| 502 | // TODO: Replace with proper templating system. |
| 503 | export const escapeJSON = (value: cp.Serializable) => JSON.stringify(value).replace(/"/g, """) |
| 504 | |
| 505 | /** |
| 506 | * Split a string on the first equals. The result will always be an array with |