Package de.smartsquare.squit.io
Object JsonParserSupport
-
- All Implemented Interfaces:
public class JsonParserSupportObject extending the JsonParser with utility methods.
-
-
Field Summary
Fields Modifier and Type Field Description public final static JsonParserSupportINSTANCE
-
Method Summary
Modifier and Type Method Description final JsonElementread(Path path)Reads the file at the given path and returns a JsonElement. -
-
Method Detail
-
read
final JsonElement read(Path path)
Reads the file at the given path and returns a JsonElement.
This is a safe operation, as such the file is correctly closed.
-
-
-
-