Skip to content

Instantly share code, notes, and snippets.

@jameslmartin
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameslmartin/dcc16d1b5013a56464f5 to your computer and use it in GitHub Desktop.
Save jameslmartin/dcc16d1b5013a56464f5 to your computer and use it in GitHub Desktop.
Example
// Retrieve raw information, then actually path into the object
keywords = retrieveRawKeywordInformation(json);
keywords = keywords.path("keywords");
if(keywords != null &&
!(keywords instanceof MissingNode) &&
!(keywords.toString().equals("{}"))){
...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment