Package com.jayway.jsonpath.internal.function.numeric


package com.jayway.jsonpath.internal.function.numeric
  • Classes
    Class
    Description
    Defines the pattern for processing numerical values via an abstract implementation that iterates over the collection of JSONArray entities and verifies that each is a numerical value and then passes that along the abstract methods Created by mattg on 6/26/15.
    Provides the average of a series of numbers in a JSONArray Created by mattg on 6/26/15.
    Defines the summation of a series of JSONArray numerical values Created by mattg on 6/26/15.
    Defines the summation of a series of JSONArray numerical values Created by mattg on 6/26/15.
    Provides the standard deviation of a series of numbers Created by mattg on 6/27/15.
    Defines the summation of a series of JSONArray numerical values Created by mattg on 6/26/15.