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