Package | Description |
---|---|
io.vertx.core.json |
Modifier and Type | Method and Description |
---|---|
static String |
Json.encode(Object obj)
Encode a POJO to JSON using the underlying Jackson mapper.
|
static String |
Json.encodePrettily(Object obj)
Encode a POJO to JSON with pretty indentation, using the underlying Jackson mapper.
|
static Buffer |
Json.encodeToBuffer(Object obj)
Encode a POJO to JSON using the underlying Jackson mapper.
|
Copyright © 2018 Eclipse. All rights reserved.