package com.jayway.jsonpath; /** * User: kalle * Date: 8/30/13 * Time: 12:05 PM */ public enum Option { /** * Throw {@link PathNotFoundException} when JsonPath tries to read a property that does not exists. */ THROW_ON_MISSING_PROPERTY }