Interface FContext<J>

All Superinterfaces:
RawFContext<J>
All Known Subinterfaces:
StreamingArrayFContext<J>, StreamingObjectFContext<J>

public interface FContext<J> extends RawFContext<J>
FContext is used to construct nested JSON values.

The most common cases are to build objects and arrays. However, this type is also used to build a single top-level JSON element, in cases where the entire JSON document consists of "333.33".