When working on Kibana itself, it's common to want to debug or explore a query in the Dev Tools. Often we copy the query from the source code and paste it into the Dev Tools but then we are pasting a JavaScript object when the Dev Tools expects it to be well formed JSON.
It would be delightful if the Dev Tools could handle this case, either by converting the object before it sends the request or having some way to do the conversion in the editor (similar to the action to format the request body).
When working on Kibana itself, it's common to want to debug or explore a query in the Dev Tools. Often we copy the query from the source code and paste it into the Dev Tools but then we are pasting a JavaScript object when the Dev Tools expects it to be well formed JSON.
It would be delightful if the Dev Tools could handle this case, either by converting the object before it sends the request or having some way to do the conversion in the editor (similar to the action to format the request body).