The current values are a string passed onto the parser. Ideally the text should be more structured. Something like a single-line YAML document. ``` int a = 0 bool b = true Contact contact = {} ```
The current values are a string passed onto the parser. Ideally the text should be more structured. Something like a single-line YAML document.