LaTeX to JSON Converter

Convert problem, hint, and solution from LaTeX to JSON format

Metadata

LaTeX Input

JSON Output

Expected LaTeX Format:

\begin{problem}\label{prob:01Feb2026}
                Your problem text here with $math$ notation
                \end{problem}

                \begin{hint}
                Your hint (can use \begin{enumerate}\item...\end{enumerate})
                \end{hint}

                \begin{solution}
                Solution paragraphs separated by \vspace{0.3cm}
                \noindent (will be ignored)
                More content...
                \end{solution}