public final class JsonUnflattener extends Object
JsonUnflattener provides a static unflatten(String) method
to unflatten any flattened JSON string back to nested one.| Modifier and Type | Method and Description |
|---|---|
static String |
unflatten(String json)
Returns a JSON string of nested objects by the given flattened JSON string.
|
Copyright © 2016. All rights reserved.