Class JsonStructureFinder

java.lang.Object
br.ufsc.labsec.parser.jades.JsonStructureFinder

public class JsonStructureFinder extends Object
  • Constructor Details

    • JsonStructureFinder

      public JsonStructureFinder()
  • Method Details

    • findInActualLevel

      public List<Object> findInActualLevel(Object target, String toBeFound)
    • findUpToLevel

      public List<Object> findUpToLevel(Object target, String toBeFound, int maxLevel) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • findInWholeJson

      public List<Object> findInWholeJson(Object target, String toBeFound) throws org.json.JSONException
      Throws:
      org.json.JSONException