GenkitG
Genkitโ€ข2y agoโ€ข
3 replies
sacred-rose

i just had an idea that i feel like

i just had an idea that i feel like would be really handy for the input editor: when you paste a multiline string, what if it automatically converted it to a JSON string?

so i paste:

hello world
i am not "valid JSON" per se


and it turns it into

"hello world\ni am not \"valid JSON\" per se"
Was this page helpful?