core/com.tealium.prism.core.api.data/JsonPathExtractable/extractInt extractInt open fun extractInt(jsonPath: JsonPath<TRoot>): Int?Extracts a nested Int according to the given jsonPath.If any path component is not found, either missing or unexpected type, then null will be returned.ReturnThe required Int if available; else nullParametersjsonPathThe JsonPath describing how to access the variable.