Uses of Package
com.github.wnameless.json.flattener
Packages that use com.github.wnameless.json.flattener
-
Classes in com.github.wnameless.json.flattener used by com.github.wnameless.json.flattenerClassDescription
CharSequenceTranslatorFactoryis designed to enhance theStringEscapePolicy.
Any method which accepts aStringEscapePolicy(eg:JsonFlattener#withStringEscapePolicy) now acceptsCharSequenceTranslatorFactoryas well.
Furthermore, anyone can provide their ownStringEscapePolicyby implementing aCharSequenceTranslatorFactory.FlattenModelists all acceptable modes of theJsonFlattener.IndexedPeekIteratoris an Iterator which provides user apeek()method to peek an element advanced, agetIndex()method to get the index of last returned element and agetCurrent()method to get the last returned element itself.JsonFlattenerflattens any JSON nested objects or arrays into a flattened JSON string or a Map<Stirng, Object>.PrintModelists all acceptable JSON print mode of theJsonFlattener.StringEscapePolicylists all acceptable JSON string escape policy of theJsonFlattener. -
Classes in com.github.wnameless.json.flattener used by com.github.wnameless.json.unflattenerClassDescription
FlattenModelists all acceptable modes of theJsonFlattener.PrintModelists all acceptable JSON print mode of theJsonFlattener.