Uses of Class
org.opensextant.data.social.MessageParseException
-
Uses of MessageParseException in org.opensextant.data.social
Modifier and TypeMethodDescriptionvoid
Tweet.fromJSON
(jodd.json.JsonObject tw) If "base data" has been filled in by other method, e.g., TW4J or other formal API, then avoid parsing the basics here: id, text ,author*, date, lang, are checked if null.protected String
Find a best ID from many possible places where ID, id, id_str, etc, reside.protected void
void
JSONListener.readObject
(String obj) API method to allow implementation to read string, e.g., TW4J factory uses strictly String args in a JSON context.void
JSONListener.readObject
(jodd.json.JsonObject obj)