In some cases, it is necessary to unescape the original value, such as when converting a string to JSONB. If not unescape, then later jsonb parse will be failed
2 lines
132 B
JSON
2 lines
132 B
JSON
{ "name": "John", "age": 30, "city": "New York", "contact": "{ \"email\": \"john@example.com\", \"phone\": \"+1-123-456-7890\" }" }
|