Package de.xima.fc.common.json
-
Interface Summary Interface Description IJsonBuilder<A,O> Builder for creating JSON data.IJsonContentMatcher<C,R> Matches the contents of a JSON value, depending on whether it is a JSON primitive value, an array, or an object.IJsonIterator Interface for iterating over JSON-like data.IJsonPrimitiveConverter Converter for converting between JSON primitives and strings. -
Class Summary Class Description CommonJsonBuilder CommonIJsonBuilder
implementations for widely-used libraries.CommonJsonIterator Implementation ofIJsonIterator
for common types.