This is valid YAML ```yaml - just: write some - yaml: - [here, and] - {it: updates, in: real-time} - - This is a sequence - inside another sequence ``` Your code renders it as ```json [{"just":"write some"},{"yaml":[["here","and"],{"it":"updates","in":"real-time"}]},"- This is a sequence\n- inside another sequence"] ```