REST Request using remote::get and json

I was wandering if it’s possible to somehow make a GET/PUT/DELETE request, using the remote class provided by Kirby Toolkit specifying the body data in json format.

From the documentation I can see how the second parameter of remote is an array. I’d like to use JSON instead.