Big Chungus
{"key":123}
"{"key":123}"
spand
httpClient.put<HttpResponse>(url) { body = valueJson contentType(ContentType.Application.Json) }
httpClient.put<HttpResponse>(url) { body = TextContent(valueJson,ContentType.Application.Json) }
A modern programming language that makes developers happier.