A simple Go server for parsing SSML (Speech Synthesis Markup Language) into a JSON node tree.
This project is a practice exercise for handling XML parsing in Go and preparing for coding assessments.
- Parse SSML input (XML format) into a nested JSON tree
- Preserve both tags and text content
- Minimal, dependency-free (uses only Go standard library)