} else {
throw new JPathParserException("functionPredicateAttributeParse", 0, 0, '.');
}
} else {
try {
ThreadSafeJSONParser valueParser = new ThreadSafeJSONParser();
StatefullValue value = valueParser.parseStatefullValue(string, i);
i = value.getReader().getIndex();
ValueArgument argument = new ValueArgument(value.getValue());
argumentList.add(argument);
} catch (ParserException ex) {
throw new JPathParserException("functionPredicateValueParse", 0, 0, ex);