|
|
|
|
|
by NegativeLatency
988 days ago
|
|
Ruby can do this: > puts “h#{”#{i}”}” You “just” have to make your parser understand how to have all expressions or whatever inside braces. No idea how the python parser works but think about how you can nest json arbitrarily. |
|