Class JsonUtils
- java.lang.Object
-
- cloud.filibuster.junit.server.core.transformers.JsonUtils
-
public final class JsonUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.json.JSONObject
flatten(org.json.JSONObject jsonObject)
static org.json.JSONObject
unflatten(org.json.JSONObject flattened)
-