- java.lang.Object
-
- io.github.mmm.marshall.json.JsonMarshalling
-
public final class JsonMarshalling extends Object
ProvidesStructuredFormatfor JSON based on TeaVM.- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructuredFormatof()static StructuredFormatof(MarshallingConfig config)
-
-
-
Method Detail
-
of
public static StructuredFormat of()
- Returns:
- the default instance of
StructuredFormatfor JSON based on JSON-P.
-
of
public static StructuredFormat of(MarshallingConfig config)
- Parameters:
config- theMapwith the configuration properties for the JSON vendor implementation.- Returns:
- a new instance of
StructuredFormatfor JSON based on JSON-P.
-
-