Class JsonReader
java.lang.Object
org.forgerock.selfservice.example.JsonReader
Simple utility class to parse json string into a json value.
- Since:
- 0.1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonValue
jsonFileToJsonValue
(String filename) Given a path to a json file returns a corresponding json value.
-
Method Details
-
jsonFileToJsonValue
Given a path to a json file returns a corresponding json value.- Parameters:
filename
- file path to json file- Returns:
- json value
-