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