Michal Hozza
Results
1
comments of
Michal Hozza
+1 to this. Using single quotes succeeds to parse, but the resulting keys have the quotes in the name, i.e.: ``` 'foo:' = 'bar' ``` Would result to: ``` mapOf("'foo:'"...