static JsonBody
of(Object object)
of(String json)
of(Map<String,?> map)
static <T> JsonBody
of(T object, Function<T,String> serializer)