Class JsonParser
java.lang.Object
io.github.erdos.stencil.standalone.JsonParser
A naive implementation based on recursive descent parsing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonParser
public JsonParser()
-
-
Method Details
-
parse
Parses string and returns read object if any.- Throws:
IOException
-
read
- Throws:
IOException
-