Package org.swisspush.gateleen.core.json
Class JsonUtil
- java.lang.Object
-
- org.swisspush.gateleen.core.json.JsonUtil
-
public final class JsonUtil extends Object
Contains functions for json handling.- Author:
- https://github.com/floriankammermann [Florian Kammermann]
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsNoNestedProperties(io.vertx.core.json.JsonObject jsonObject)static booleanisValidJson(io.vertx.core.buffer.Buffer jsonBuffer)
-