summaryrefslogtreecommitdiff
path: root/src/support/json.cpp
Commit message (Collapse)AuthorAgeFilesLines
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-201-2/+2
| | | | Also add an end-to-end test using node to verify we can parse the escaped content properly using TextDecoder+JSON.parse.
* JSON: Add simple printing and creation (#6265)Alon Zakai2024-02-011-0/+43