java.lang.Object
technology.sola.json.tokenizer.JsonTokenizer
A JSON tokenizer implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonTokenizer(String text) Creates aJsonTokenizerfor the specified string. -
Method Summary
-
Constructor Details
-
JsonTokenizer
Creates aJsonTokenizerfor the specified string.- Parameters:
text- the string to tokenize
-
-
Method Details
-
getNextToken
- Returns:
- finds and returns the next valid token in the string
-