Package com.github.wnameless.json.unflattener
package com.github.wnameless.json.unflattener
-
ClassesClassDescription
JsonUnflattenerprovides a staticJsonUnflattener.unflatten(String)method to unflatten any flattened JSON string back to nested one.JsonUnflattenerFactorypreserves the configuration of aJsonUnflattener, in doing so, any input JSON data can be used to create aJsonUnflattenerobject with the same configuration.