Logstash and JSON array split [SOLVED]

I got it:

date {
match => ["[jobs][builds][timestamp]", "UNIX_MS"]
target => "@timestamp"
remove_field => "timestamp"
}