parse json multiple object

hello every body
i wanna parse this json file :
{"ssids":["PAYDAR","Shahin","Alfa"],"rssis":[-81,-88,-91]}{"ssids":["PAYDAR","Shahin","Alfa"],"rssis":[-80,-88,-90]}{"ssids":["PAYDAR","Shahin",""],"rssis":[-86,-91,0]}

this json will create automatically by ESP and may have up to 100 or more objests
how can i parse this file and get rssis and ssids value?

Have you googled Arduino + JSON? Why not?

PaulS:
Have you googled Arduino + JSON? Why not?

i googled but i more confused.could you clear me how can parse all json objects using loop?

siva_007:
{"ssids":["PAYDAR","Shahin","Alfa"],"rssis":[-81,-88,-91]}{"ssids":["PAYDAR","Shahin","Alfa"],"rssis":[-80,-88,-90]}{"ssids":["PAYDAR","Shahin",""],"rssis":[-86,-91,0]}

Note: that is not valid JSON

This is really handy for verifying JSON: https://jsonlint.com/

Yours,
TonyWilk

i googled but i more confused.

Was the fact that you found the ArduinoJSON library what confused you?