argonaut
argonaut copied to clipboard
QuasiQuoter to build json?
Someone asked me about it. Good idea or not?
Something like:
json"""{"key":$value}"""
?
I can see that being quite handy for sure, I'm just pondering how it would work, as we'd pretty much need a duplicate of the current parser for handling that text I think.
This is an interesting idea. I'll have a go at implementing this feature.