Class JSONPathFactory

java.lang.Object
org.ghotibeaun.json.jsonpath.JSONPathFactory

public abstract class JSONPathFactory
extends Object
Factory for a JSONPath instance
Author:
Jim Earley
  • Method Details

    • compile

      public static JSONPath compile​(String jsonPath, com.jayway.jsonpath.Option... options)
    • compile

      public static JSONPath compile​(String jsonPath, com.jayway.jsonpath.Criteria criteria, com.jayway.jsonpath.Option... options)